Click or drag to resize

InteropClientFireIntentAsyncT Method (Intent)

Asynchronously fires the given intent

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
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: TaskT
A task resolving to the appropriate intent resolution object
Exceptions
ExceptionCondition
InvalidOperationException
See Also