 | ConnectionAddIntentListenerAsync Method |
Ads a listener for incoming intents from the agent
Namespace:
OpenFin.FDC3
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Task AddIntentListenerAsync(
string intent,
Action<ContextBase> handler
)
Public Function AddIntentListenerAsync (
intent As String,
handler As Action(Of ContextBase)
) As Task
public:
Task^ AddIntentListenerAsync(
String^ intent,
Action<ContextBase^>^ handler
)
Parameters
- intent
- Type: SystemString
The intent to listen for - handler
- Type: SystemActionContextBase
The handler to be called when an intent in received
Return Value
Type:
Task[Missing <returns> documentation for "M:OpenFin.FDC3.Connection.AddIntentListenerAsync(System.String,System.Action{OpenFin.FDC3.Context.ContextBase})"]
See Also