StreamStop Method

CVB.Net Documentation
Stops the acquisition.

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

public virtual void Stop()

Implements

IAcquisitionStop
Remarks

This stops the acquisition gracefully letting the ongoing operation finish. The disadvantage may be that this call lasts until the timeout time of the last Wait call.
See Also

Reference