Table of Contents

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 = 0

The client can send content to the topic but will not receive content from the topic.

IO = 2

The 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 = 1

The client can receive content from the topic but cannot send content to the topic.