 | ConnectionFindIntentsByContextAsync Method |
Finds all intents by context
Namespace:
OpenFin.FDC3
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Task<List<AppIntent>> FindIntentsByContextAsync(
ContextBase context
)
Public Function FindIntentsByContextAsync (
context As ContextBase
) As Task(Of List(Of AppIntent))
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