Click or drag to resize

ChannelProviderCloseAsync Method

Closes the current ChannelProvider instance as an asynchronous operation.

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

Return Value

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