InteropClientRemoveContextHandlerAsync Method (ContextHandler, String) |
Removes the context handler that handles specified context type.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Task RemoveContextHandlerAsync(
ContextHandler handler,
string contextType
)
Parameters
- handler
- Type: Openfin.Desktop.InteropAPIContextHandler
The handler to be removed. - contextType
- Type: SystemString
The type of context which the handler is handling.
Return Value
Type:
TaskA new Task
See Also