Enum MessageQueueTaskStringCompareType
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. |