TestTransport..::..Write Method

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

Syntax


public Task<bool> Write(
	TestAssociationHandle handle,
	ByteString payload
)
Public Function Write ( _
	handle As TestAssociationHandle, _
	payload As ByteString _
) As Task(Of Boolean)
public:
Task<bool^>^ Write(
	TestAssociationHandle^ handle, 
	ByteString^ payload
)

Parameters

handle
Type: Akka.Remote.Transport..::..TestAssociationHandle
payload
Type: ByteString