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
| Edit this page View SourceForceDisassociateExplicitly(Address, DisassociateInfo)
TBD
Declaration
public ForceDisassociateExplicitly(Address address, DisassociateInfo reason)
Parameters
| Type | Name | Description |
|---|---|---|
| Address | address | TBD |
| DisassociateInfo | reason | TBD |
Properties
| Edit this page 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 |
Edit this page