Table of Contents

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

ITopicSelector

Type

Returns the selection type.

TopicSelectionType Type { get; }

Property Value

TopicSelectionType