 | ConnectionRaiseIntent Method |
Raises an intent to resolve
Namespace:
OpenFin.FDC3
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic Task<IntentResolution> RaiseIntent(
string intent,
ContextBase context,
string target
)
Public Function RaiseIntent (
intent As String,
context As ContextBase,
target As String
) As Task(Of IntentResolution)
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