SupportedTopicQueryType Enumeration |
Enumeration used for matching an endpoint's capabilities to a list of CFX topics.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum SupportedTopicQueryType
Public Enumeration SupportedTopicQueryType
MembersMember name | Value | Description |
---|
All | 0 |
The endpoint must support ALL topics specified in the supported topics list.
|
Any | 1 |
The endpoint must support one or more of the topics specified in the supported topics list.
|
Ignore | 2 |
The supported topics list will be ignored.
|
See Also