Enum MessageQueueTaskStringCompareType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
    public enum MessageQueueTaskStringCompareType
Fields
| Fields | Description | 
|---|---|
| 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. |