Click or drag to resize
SubscriptionTSubscriber, TClassifierUnsubscriptions Property
Gets the unsubscriptions.

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

Property Value

Type: ISetTClassifier
The unsubscriptions.
See Also