InteropBrokerRemoveContextHandler Method |
Removes the context handler from the InteropClient.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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