Class RemoteWatcher.HeartbeatRsp
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public class RemoteWatcher.HeartbeatRsp
Constructors
| Edit this page View SourceHeartbeatRsp(int)
TBD
Declaration
public HeartbeatRsp(int addressUid)
Parameters
| Type | Name | Description |
|---|---|---|
| int | addressUid | TBD |
Properties
| Edit this page View SourceAddressUid
TBD
Declaration
public int AddressUid { get; }
Property Value
| Type | Description |
|---|---|
| int |
Edit this page