Click or drag to resize

ChannelClientDisconnectAsync Method

Disconnects from the ChannelProvider as an asynchronous operation.

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

Return Value

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