Click or drag to resize
Akka.NETClusterClientReceptionistUnregisterService 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.129 (1.2.3.129)
Syntax
public void UnregisterService(
	IActorRef actorRef
)

Parameters

actorRef
Type: Akka.ActorIActorRef
TBD
See Also