| TestTransportWrite Method |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Task<bool> Write(
TestAssociationHandle handle,
ByteString payload
)
member Write :
handle : TestAssociationHandle *
payload : ByteString -> Task<bool>
Parameters
- handle
- Type: Akka.Remote.TransportTestAssociationHandle
TBD - payload
- Type: ByteString
TBD
Return Value
Type:
TaskBooleanTBD
See Also