| RemoteTransportQuarantine 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.129 (1.2.3.129)
Syntax public abstract void Quarantine(
Address address,
Nullable<int> uid
)
abstract 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