| ClusterClientReceptionistUnregisterSubscriber Method |
A registered subscriber 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 UnregisterSubscriber(
string topic,
IActorRef actorRef
)
member UnregisterSubscriber :
topic : string *
actorRef : IActorRef -> unit
Parameters
- topic
- Type: SystemString
TBD - actorRef
- Type: Akka.ActorIActorRef
TBD
See Also