Click or drag to resize
Akka.NETClusterSubscribe Method (IActorRef, Type)
Subscribe to one or more 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 Subscribe(
	IActorRef subscriber,
	params Type[] to
)

Parameters

subscriber
Type: Akka.ActorIActorRef
The actor who'll receive the cluster domain events
to
Type: SystemType
ClusterEventIClusterDomainEvent subclasses
Remarks
See Also