Click or drag to resize

ConnectionRaiseIntent Method

Raises an intent to resolve

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntax
public Task<IntentResolution> RaiseIntent(
	string intent,
	ContextBase context,
	string target
)

Parameters

intent
Type: SystemString
The intent to resolve
context
Type: OpenFin.FDC3.ContextContextBase
The context
target
Type: SystemString

[Missing <param name="target"/> documentation for "M:OpenFin.FDC3.Connection.RaiseIntent(System.String,OpenFin.FDC3.Context.ContextBase,System.String)"]

Return Value

Type: TaskIntentResolution

[Missing <returns> documentation for "M:OpenFin.FDC3.Connection.RaiseIntent(System.String,OpenFin.FDC3.Context.ContextBase,System.String)"]

See Also