Click or drag to resize

InteropBrokerRemoveContextHandler Method

Removes the context handler from the InteropClient.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
protected void RemoveContextHandler(
	string endpointId,
	string handlerId
)

Parameters

endpointId
Type: SystemString
The channel endpoint id of the InteropClient.
handlerId
Type: SystemString
The handlerId
See Also