Click or drag to resize

InteropClientFireIntentAsync Method

Fires an intent.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<IntentResolution> FireIntentAsync(
	Intent intent
)

Parameters

intent
Type: Openfin.Desktop.InteropAPIIntent
New intent to fire.

Return Value

Type: TaskIntentResolution
A task resolving to an IntentResolution
See Also