InteropClientFireIntentAsyncT Method (Intent) |
Asynchronously fires the given intent
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task<T> FireIntentAsync<T>(
Intent intent
)
where T : BaseIntentResolution
Parameters
- intent
- Type: Openfin.Desktop.InteropAPIIntent
The intent to fire
Type Parameters
- T
- The type of the expected intent resolution object, e.g.IntentResolution and IntentResolutionFDC3_2
Return Value
Type:
TaskTA task resolving to the appropriate intent resolution object
Exceptions Exception | Condition |
---|
InvalidOperationException | |
See Also