CollectorCancelCollection Method
Cancel the current collection.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public void CancelCollection()
Public Sub CancelCollection
public:
void CancelCollection()
member CancelCollection : unit -> unit
When a collection violates as constraint or otherwise needs
to stop this method can be called placing the collector back
into a WAIT state until the client calls startCollection
again.