 | ConnectionOpenAsync Method |
Launches/links to an application by name
Namespace:
OpenFin.FDC3
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntaxpublic Task OpenAsync(
string name,
ContextBase context = null
)
Public Function OpenAsync (
name As String,
Optional context As ContextBase = Nothing
) As Task
public:
Task^ OpenAsync(
String^ name,
ContextBase^ context = nullptr
)
Parameters
- name
- Type: SystemString
The application name - context (Optional)
- Type: OpenFin.FDC3.ContextContextBase
Additional optional properties to be passed when
Return Value
Type:
Task[Missing <returns> documentation for "M:OpenFin.FDC3.Connection.OpenAsync(System.String,OpenFin.FDC3.Context.ContextBase)"]
See Also