StreamTryStop Method

CVB.Net Documentation
Tries to stop the acquisition of images.

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

public virtual bool TryStop()

Return Value

Type: Boolean
true on success; false on error.

Implements

IAcquisitionTryStop
Remarks

Like Stop it tries to halt gracefully with the same implications. This variant does not throw exceptions exception ObjectDisposedExceptions.
See Also

Reference