• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum MessageQueueTaskStringCompareType

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum MessageQueueTaskStringCompareType
    
  

Fields

Containing

Specifies that messages must contain the provided compare string to pass the filter.

ExactMatch

Specifies that messages must exactly match the provided compare string to pass the filter.

IgnoreCase

Specifies that messages must exactly match the provided compare string, if character casing is ignored, to pass the filter.

None

Specifies that messages will not be compared to a provided comparison string for filtering.

© Varigence