Click or drag to resize
Akka.NETClusterUnsubscribe Method (IActorRef)
Stops the specific actor from receiving all types of cluster domain events.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Unsubscribe(
	IActorRef subscriber
)

Parameters

subscriber
Type: Akka.ActorIActorRef
The actor that no longer receives cluster domain events.
See Also