| ClusterClientReceptionistUnregisterService Method |
A registered actor will be automatically unregistered when terminated,
but it can also be explicitly unregistered before termination.
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 UnregisterService(
IActorRef actorRef
)
member UnregisterService :
actorRef : IActorRef -> unit
Parameters
- actorRef
- Type: Akka.ActorIActorRef
TBD
See Also