Click or drag to resize

ServerBase.SendToAsync(Guid, Byte[]) Method

Sends data to the specified client asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.239-beta
Syntax
public virtual WaitHandle SendToAsync(
	Guid clientID,
	byte[] data
)
View Source

Parameters

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

WaitHandle
WaitHandle for the asynchronous operation.
See Also