Enum TopicSpecifierType

Topic specifier type.

Namespace: PushTechnology.ClientInterface.Client.Enums
Assembly: Diffusion.Client.dll
Syntax
public enum TopicSpecifierType : int

Fields

Name Description
ID

Specifier is an ITopicId.

SELECTOR

Specifier is an ITopicSelector.

SET

Specifier is an ITopicSet.

Back to top