Table of Contents

Interface ISubscriptionByFilterResult

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly
Diffusion.Client.dll
public interface ISubscriptionByFilterResult

Properties

NumberSelected

Returns the number of sessions that satisfied the filter and qualified for subscription/unsubscription. This will be 0 if no sessions satisfied the filter. In a clustered environment this will be the sum of all sessions that matched across the cluster.

int NumberSelected { get; }

Property Value

int

The number of sessions selected.