Enum TopicNotificationSelectionMode.TopicNotificationSelectionModeEnum
The enumerator for the mode when selecting topic ranges for notification.
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public enum TopicNotificationSelectionModeEnum
Fields
| Name | Description |
|---|---|
| ADD | This indicates that the specified set of topic names and/or selectors should be added to any existing selection. |
| CLEAR | Specifies that all current selections should be removed. |
| 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. |
| REPLACE | This indicates that the specified set of topic names and/or selectors should replace any current selections. |