Click or drag to resize

TcpSimpleClientConnectAsync Method

Connects the TcpSimpleClient to the server asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public override WaitHandle ConnectAsync()
View Source

Return Value

WaitHandle
WaitHandle for the asynchronous operation.

Implements

IClientConnectAsync
See Also