CollectorStopCollection Method
Note: This API is now obsolete.
Stop the current collection.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("StopCollection is deprecated, please use CancelCollection instead.")]
public void StopCollection()
<ObsoleteAttribute("StopCollection is deprecated, please use CancelCollection instead.")>
Public Sub StopCollection
public:
[ObsoleteAttribute(L"StopCollection is deprecated, please use CancelCollection instead.")]
void StopCollection()
[<ObsoleteAttribute("StopCollection is deprecated, please use CancelCollection instead.")>]
member StopCollection : 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.