CollectorStopCollection Method

Note: This API is now obsolete.
Stop the current collection.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("StopCollection is deprecated, please use CancelCollection instead.")]
public void StopCollection()

Remarks

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.

See Also