Click or drag to resize
Akka.NETClusterClientReceptionistRegisterService Method
Register an actor that should be reachable for the clients. The clients can send messages to this actor with Send or SendToAll using the path elements of the IActorRef, e.g. "/user/myservice".

Namespace:  Akka.Cluster.Tools.Client
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void RegisterService(
	IActorRef actorRef
)

Parameters

actorRef
Type: Akka.ActorIActorRef
TBD
See Also