Click or drag to resize

ConnectionFindIntentAsync Method

Obtain information about in intent

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
public Task<AppIntent> FindIntentAsync(
	string intent,
	ContextBase context
)

Parameters

intent
Type: SystemString
The name of the intent
context
Type: OpenFin.FDC3.ContextContextBase
Optional context about the intent

Return Value

Type: TaskAppIntent
A single application intent
See Also