Click or drag to resize

InteropBrokerRegisterContextHandlerAsync Method

Registers the context handler.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
protected Task RegisterContextHandlerAsync(
	string endpointId,
	string handlerId,
	string contextType
)

Parameters

endpointId
Type: SystemString
The channel endpont id of the InteropClient that wants to register the handler.
handlerId
Type: SystemString
The handler id.
contextType
Type: SystemString
The context type the handler will handle.

Return Value

Type: Task
A new Task
See Also