Enum TopicSpecifierType
Topic specifier type.
Namespace: PushTechnology.ClientInterface.Client.Enums
Assembly: Diffusion.Client.dll
Syntax
public enum TopicSpecifierType
Fields
| Name | Description |
|---|---|
| ID | Specifier is an ITopicId. |
| SELECTOR | Specifier is an ITopicSelector. |
| SET | Specifier is an ITopicSet. |