| ClusterClientReceptionistRegisterService 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.129 (1.2.3.129)
Syntax public void RegisterService(
IActorRef actorRef
)
member RegisterService :
actorRef : IActorRef -> unit
Parameters
- actorRef
- Type: Akka.ActorIActorRef
TBD
See Also