Click or drag to resize

ConnectionFindIntentsByContextAsync Method

Finds all intents by context

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntax
public Task<List<AppIntent>> FindIntentsByContextAsync(
	ContextBase context
)

Parameters

context
Type: OpenFin.FDC3.ContextContextBase
The intent context

Return Value

Type: TaskListAppIntent

[Missing <returns> documentation for "M:OpenFin.FDC3.Connection.FindIntentsByContextAsync(OpenFin.FDC3.Context.ContextBase)"]

See Also