Skip to main content

Enum MessageQueueTaskStringCompareType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum MessageQueueTaskStringCompareType

Fields

FieldsDescription
ContainingSpecifies that messages must contain the provided compare string to pass the filter.
ExactMatchSpecifies that messages must exactly match the provided compare string to pass the filter.
IgnoreCaseSpecifies that messages must exactly match the provided compare string, if character casing is ignored, to pass the filter.
NoneSpecifies that messages will not be compared to a provided comparison string for filtering.