Class ForceDisassociateExplicitly
Management command to force disassociation of an address with an explicit error.
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class ForceDisassociateExplicitly
Constructors
| Improve this Doc View SourceForceDisassociateExplicitly(Address, DisassociateInfo)
TBD
Declaration
public ForceDisassociateExplicitly(Address address, DisassociateInfo reason)
Parameters
Type | Name | Description |
---|---|---|
Address | address | TBD |
DisassociateInfo | reason | TBD |
Properties
| Improve this Doc View SourceAddress
TBD
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
Reason
TBD
Declaration
public DisassociateInfo Reason { get; }
Property Value
Type | Description |
---|---|
DisassociateInfo |