Click or drag to resize

TcpClientConnectAsync Method

Connects the TcpClient 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
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to connect the TcpClient when it is not disconnected.
See Also