Click or drag to resize

FDC3Initialize Method (String)

Initialize the agent with a specified URL. The OnInitialized Action delegate must be set before calling this function.

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
public static void Initialize(
	string filePath
)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:OpenFin.FDC3.FDC3.Initialize(System.String)"]

See Also