Click or drag to resize
Akka.NETWriteAttempt Constructor
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public WriteAttempt(
	Address sender,
	Address recipient,
	ByteString payload
)

Parameters

sender
Type: Akka.ActorAddress
TBD
recipient
Type: Akka.ActorAddress
TBD
payload
Type: ByteString
TBD
See Also