Click or drag to resize

SerialClientConnectAsync Method

Connects the SerialClient to the SerialPort 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 SerialClient when it is connected.
See Also