WriteAttempt Constructor

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public WriteAttempt(
	Address sender,
	Address recipient,
	ByteString payload
)
Public Sub New ( _
	sender As Address, _
	recipient As Address, _
	payload As ByteString _
)
public:
WriteAttempt(
	Address^ sender, 
	Address^ recipient, 
	ByteString^ payload
)

Parameters

sender
Type: Akka.Actor..::..Address
recipient
Type: Akka.Actor..::..Address
payload
Type: ByteString