CollectorResetCollection Method
Resets the measurement state to construct a new chunk.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public void ResetCollection()
Public Sub ResetCollection
public:
void ResetCollection()
member ResetCollection : unit -> unit
The Collector maintains internal buffers and state when
constructing a chunk which needs to be reset when a new
chunk collection starts. A client application can discard
a collection and all accumulated state by calling
ResetCollection().