Interface ITopicSelection

A topic selection that represents either a subscription (selection) or an unsubscription( deselection).

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public interface ITopicSelection
Remarks

Added in version 6.12.

Properties

Selector

Returns the topic selector for the selection or deselection.

Declaration
ITopicSelector Selector { get; }
Property Value
Type Description
ITopicSelector

Type

Returns the selection type.

Declaration
TopicSelectionType Type { get; }
Property Value
Type Description
TopicSelectionType
Back to top