Click or drag to resize
Akka.NETSubscriptionTSubscriber, TClassifierUnsubscriptions Property
Gets the unsubscriptions of this particular subscription.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ISet<TClassifier> Unsubscriptions { get; }

Property Value

Type: ISetTClassifier
The unsubscriptions.
See Also