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