Class QuarantinedEvent
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class QuarantinedEvent : RemotingLifecycleEvent
Constructors
| Improve this Doc View SourceQuarantinedEvent(Address, Int32)
TBD
Declaration
public QuarantinedEvent(Address address, int uid)
Parameters
Type | Name | Description |
---|---|---|
Address | address | TBD |
Int32 | uid | TBD |
Properties
| Improve this Doc View SourceAddress
TBD
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
Uid
TBD
Declaration
public int Uid { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceLogLevel()
TBD
Declaration
public override LogLevel LogLevel()
Returns
Type | Description |
---|---|
LogLevel | TBD |
Overrides
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |