|   | ServerBaseSendToAsync(Guid, Object) Method | 
        
        
            Sends data to the specified client asynchronously.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Overridable Function SendToAsync ( 
	clientID As Guid,
	serializableObject As Object
) As WaitHandle
function SendToAsync(clientID, serializableObject);
Parameters
- clientID  Guid
- ID of the client to which the data is to be sent.
- serializableObject  Object
- The serializable object that is to be sent.
Return Value
WaitHandleWaitHandle for the asynchronous operation.
 See Also
See Also