Class TopicNotificationSelectionMode
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
Specifies the mode when selecting topic ranges for notification.
public class TopicNotificationSelectionMode : CodeEnum<TopicNotificationSelectionMode, string>
- Inheritance
-
TopicNotificationSelectionMode
- Inherited Members
Fields
ADD
This indicates that the specified set of topic names and/or selectors should be added to any existing selection.
public static readonly TopicNotificationSelectionMode ADD
Field Value
- TopicNotificationSelectionMode
The topic notification selection mode for addition.
CLEAR
Specifies that all current selections should be removed.
public static readonly TopicNotificationSelectionMode CLEAR
Field Value
- TopicNotificationSelectionMode
The topic notification selection mode for the removal of all current selections.
REMOVE
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.
public static readonly TopicNotificationSelectionMode REMOVE
Field Value
- TopicNotificationSelectionMode
The topic notification selection mode for removal.
REPLACE
This indicates that the specified set of topic names and/or selectors should replace any current selections.
public static readonly TopicNotificationSelectionMode REPLACE
Field Value
- TopicNotificationSelectionMode
The topic notification selection mode for replacement.