Click or drag to resize

ConnectionOpenAsync Method

Launches/links to an application by name

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
public Task OpenAsync(
	string name,
	ContextBase context = null
)

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