Subscription<(Of <(<'TSubscriber, TClassifier>)>)>..::..Unsubscriptions Property

Gets the unsubscriptions.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public ISet<TClassifier> Unsubscriptions { get; set; }
Public Property Unsubscriptions As ISet(Of TClassifier)
	Get
	Set
public:
property ISet<TClassifier>^ Unsubscriptions {
	ISet<TClassifier>^ get ();
	void set (ISet<TClassifier>^ value);
}

Field Value

The unsubscriptions.