Table of Contents

Enum TopicNotificationSelectionMode.TopicNotificationSelectionModeEnum

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll

The enumerator for the mode when selecting topic ranges for notification.

public enum TopicNotificationSelectionMode.TopicNotificationSelectionModeEnum

Fields

ADD = 0

This indicates that the specified set of topic names and/or selectors should be added to any existing selection.

CLEAR = 3

Specifies that all current selections should be removed.

REMOVE = 2

Specifies that the specified set of topic names and/or selectors should be removed from the current set of selections. Only string values that exactly match previously set selectors will be removed.

REPLACE = 1

This indicates that the specified set of topic names and/or selectors should replace any current selections.