| WriteAttempt Constructor |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public WriteAttempt(
Address sender,
Address recipient,
ByteString payload
)
new :
sender : Address *
recipient : Address *
payload : ByteString -> WriteAttempt
Parameters
- sender
- Type: Akka.ActorAddress
TBD - recipient
- Type: Akka.ActorAddress
TBD - payload
- Type: ByteString
TBD
See Also