Enum SubscriptionMode
- Namespace
- PushTechnology.ClientInterface.Client.Enums
- Assembly
- Diffusion.Client.dll
Indicates the mode of subscription that a client requires to a topic.
public enum SubscriptionMode
Fields
IN = 0The client can send content to the topic but will not receive content from the topic.
IO = 2The client can both send content to the topic and receive content from the topic. This is the default mode of operation for a topic subscription.
OUT = 1The client can receive content from the topic but cannot send content to the topic.