Interface ITopicSelection
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
A topic selection that represents either a subscription (selection) or an unsubscription( deselection).
public interface ITopicSelection
Remarks
Added in version 6.12.
Properties
Selector
Returns the topic selector for the selection or deselection.
ITopicSelector Selector { get; }
Property Value
Type
Returns the selection type.
TopicSelectionType Type { get; }