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 = 0This indicates that the specified set of topic names and/or selectors should be added to any existing selection.
CLEAR = 3Specifies that all current selections should be removed.
REMOVE = 2Specifies 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 = 1This indicates that the specified set of topic names and/or selectors should replace any current selections.