|
ServerBaseSendToAsync(Guid, Byte) Method
|
Sends data to the specified client asynchronously.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax Public Overridable Function SendToAsync (
clientID As Guid,
data As Byte()
) As WaitHandle
function SendToAsync(clientID, data);
View SourceParameters
- clientID Guid
- ID of the client to which the data is to be sent.
- data Byte
- The binary data that is to be sent.
Return Value
WaitHandleWaitHandle for the asynchronous operation.
See Also