Click or drag to resize

UdpClientConnectAsync Method

Connects the UdpClient 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
FormatExceptionServer property in ConnectionString is invalid.
InvalidOperationExceptionAttempt is made to connect the UdpClient when it is not disconnected.
See Also