 | 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
Syntaxpublic static void Initialize(
string filePath
)
Public Shared Sub Initialize (
filePath As String
)
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