Click or drag to resize

SupportedTopicQueryType Enumeration

Enumeration used for matching an endpoint's capabilities to a list of CFX topics.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum SupportedTopicQueryType
Members
Member nameValueDescription
All0 The endpoint must support ALL topics specified in the supported topics list.
Any1 The endpoint must support one or more of the topics specified in the supported topics list.
Ignore2 The supported topics list will be ignored.
See Also