|  | TestTransportWrite Method | 
 
            TBD
            
 
    Namespace: 
   Akka.Remote.Transport
    Assembly:
   Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic 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
See Also