Click or drag to resize

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.5.1
Syntax
C#
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: TaskIntentResolution
A task resolving to an IntentResolution
Exceptions
ExceptionCondition
InvalidOperationException
See Also