| RemoteActorRefProviderQuarantine Method |
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void Quarantine(
Address address,
Nullable<int> uid
)
member Quarantine :
address : Address *
uid : Nullable<int> -> unit
Parameters
- address
- Type: Akka.ActorAddress
Address of the remote system to be quarantined - uid
- Type: SystemNullableInt32
UID of the remote system, if the uid is not defined it will not be a strong quarantine but
the current endpoint writer will be stopped (dropping system messages) and the address will be gated
See Also