Click or drag to resize

ClientBaseSendAsync(String) Method

Sends data to the server asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public virtual WaitHandle SendAsync(
	string data
)
View Source

Parameters

data  String
The plain-text data that is to be sent.

Return Value

WaitHandle
WaitHandle for the asynchronous operation.
See Also