 | ConnectionFindIntentAsync Method |
Obtain information about in intent
Namespace:
OpenFin.FDC3
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Task<AppIntent> FindIntentAsync(
string intent,
ContextBase context
)
Public Function FindIntentAsync (
intent As String,
context As ContextBase
) As Task(Of AppIntent)
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:
TaskAppIntentA single application intent
See Also