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