Click or drag to resize
Akka.NETTestTransportWrite Method
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Task<bool> Write(
	TestAssociationHandle handle,
	ByteString payload
)

Parameters

handle
Type: Akka.Remote.TransportTestAssociationHandle
TBD
payload
Type: ByteString
TBD

Return Value

Type: TaskBoolean
TBD
See Also