FactoryInitializeStudy Method
Initializes the factory to create collectors for a study
with a memory based data definition.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public bool InitializeStudy(
byte[] studyBytes
)
Public Function InitializeStudy (
studyBytes As Byte()
) As Boolean
public:
bool InitializeStudy(
array<unsigned char>^ studyBytes
)
member InitializeStudy :
studyBytes : byte[] -> bool
- studyBytes Byte
- from the server which identifies the study
characteristics this Factory will use
Booleantrue if the data passes some basic sanity, false otherwise
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.