Click or drag to resize
Akka.NETSubscription<TSubscriber, TClassifier>.Unsubscriptions 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: ISet<TClassifier>
The unsubscriptions.
See Also