CollectorChunkReady Property
Gets when a measurement has collected sufficient information
to make a server request.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.13.4.0 (4.13.4.0)
public bool ChunkReady { get; }
Public ReadOnly Property ChunkReady As Boolean
Get
public:
property bool ChunkReady {
bool get ();
}
member ChunkReady : bool with get
Property Value
Boolean
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.