Class ShutdownAttempt
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class ShutdownAttempt : Activity
Constructors
| Edit this page View SourceShutdownAttempt(Address)
Declaration
public ShutdownAttempt(Address boundAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| Address | boundAddress |
Properties
| Edit this page View SourceBoundAddress
Declaration
public Address BoundAddress { get; }
Property Value
| Type | Description |
|---|---|
| Address |
Edit this page