FactoryInitializeStudyFromFile Method

Initializes the factory to create collectors for a study with a file based data definition.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool InitializeStudyFromFile(
	string pathToFile
)

Parameters

pathToFile  String
from the server which identifies the study characteristics this Factory will use

Return Value

Boolean
true if the data passes some basic sanity, false otherwise

Remarks

An instance of a Factory will only create collectors for the most recently configured study. Previously initialized study definitions are replaced with the new data if true is returned.

See Also