Class WriteAttempt
TBD
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class WriteAttempt : Activity
Constructors
| Improve this Doc View SourceWriteAttempt(Address, Address, ByteString)
TBD
Declaration
public WriteAttempt(Address sender, Address recipient, ByteString payload)
Parameters
Type | Name | Description |
---|---|---|
Address | sender | TBD |
Address | recipient | TBD |
Google.Protobuf.ByteString | payload | TBD |
Properties
| Improve this Doc View SourcePayload
TBD
Declaration
public ByteString Payload { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.ByteString |
Recipient
TBD
Declaration
public Address Recipient { get; }
Property Value
Type | Description |
---|---|
Address |
Sender
TBD
Declaration
public Address Sender { get; }
Property Value
Type | Description |
---|---|
Address |