InteropClientRegisterIntentHandlerAsync Method |
Asynchronously registers an intent handler for the given intent name
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task RegisterIntentHandlerAsync(
IntentHandler handler,
string intentName
)
Parameters
- handler
- Type: Openfin.Desktop.InteropAPIIntentHandler
The handler - intentName
- Type: SystemString
The intent name
Return Value
Type:
TaskThe asynchronous task
See Also