Click or drag to resize

ChannelClientConnectAsync Method

Connects the client to a ChannelProvider as an asynchronous operation.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task ConnectAsync()

Return Value

Type: Task
The task object representing the asynchronous operation.
See Also