Click or drag to resize

InteropClientRegisterIntentHandlerAsync Method

Asynchronously registers an intent handler for the given intent name

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Task RegisterIntentHandlerAsync(
	IntentHandler handler,
	string intentName
)

Parameters

handler
Type: Openfin.Desktop.InteropAPIIntentHandler
The handler
intentName
Type: SystemString
The intent name

Return Value

Type: Task
The asynchronous task
See Also