IAcquisitionAbort Method

CVB.Net Documentation
Stops the acquisition of images immediately.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void Abort()
Remarks

This stops the acquisition as fast as possible interrupting the ongoing operation. This might result in partially acquired images and either the OperationCanceledException being thrown or Abort being signaled by the aborted method.

If the underlying driver does not support this, this call behaves as if Stop had been called.

See Also

Reference