| 
            
              ClientBaseSendAsync(Object) Method
             | 
          
        
        
            Sends data to the server asynchronously.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
SyntaxPublic Overridable Function SendAsync ( 
	serializableObject As Object
) As WaitHandle
function SendAsync(serializableObject);
 View SourceParameters
- serializableObject  Object
 - The serializable object that is to be sent.
 
Return Value
WaitHandleWaitHandle for the asynchronous operation.
See Also