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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum SupportedTopicQueryType
Public Enumeration SupportedTopicQueryType
Members| Member 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