CollectorStartCollection Method

When the client is ready to start a measurement they will notify the collector to start collecting data.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public CollectorState StartCollection()

Return Value

CollectorState
the current internal state, which should be COLLECTING unless an ERROR occurred.

Remarks

Prior to starting, a measurement should be in the WAITING state. A call to ResetCollection will always ensure the measurement is in WAITING state.

While in a WAITING state, regions can be obtained and constraints analyzed for violations prior to a collection starting.

See Also