Click or drag to resize

ZeroMQClientConnectAsync Method

Connects the ZeroMQClient 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 ZeroMQClient when it is not disconnected.
See Also