Interface ISubscriptionByFilterResult
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
Result used by SubscribeByFilterAsync(string, string) and UnsubscribeByFilterAsync(string, string).
Since 6.6.
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.