Click or drag to resize

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-alpha6
Syntax
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