CollectorChunkReady Property

Gets when a measurement has collected sufficient information to make a server request.

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 ChunkReady { get; }

Property Value

Boolean

Remarks

If the application is listening to the CollectorState from extractChannels chunking this is unnecessary as the state will transition to ChunkReady when the Collector has collected enough data to be packaged and set to the server for further analysis.

See Also