Click or drag to resize

InteropClientRemoveContextHandlerAsync Method (ContextHandler, String)

Removes the context handler that handles specified context type.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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: Task
A new Task
See Also