StreamAbort 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

public virtual void Abort()

Implements

IAcquisitionAbort
Remarks

This stops the acquisition as fast as possible interrupting the ongoing operation. This might result in partially acquired images.

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

See Also

Reference