InteropClientFireIntentAsync Method (String, JToken) |
Asynchronously fires an intent using the given JSON-based context object
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task<IntentResolution> FireIntentAsync(
string intentName,
JToken context
)
Parameters
- intentName
- Type: SystemString
The name of the intent - context
- Type: JToken
The context object
Return Value
Type:
TaskIntentResolutionA task resolving to an
IntentResolutionExceptions Exception | Condition |
---|
InvalidOperationException | |
See Also