Click or drag to resize

TlsClient.ConnectAsync Method

Connects the TlsClient to the server asynchronously.

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

Return Value

WaitHandle
WaitHandle for the asynchronous operation.

Implements

IClient.ConnectAsync()
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to connect the TlsClient when it is not disconnected.
See Also