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