StreamIsRunning Property

CVB.Net Documentation
Gets whether this stream is running.

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

public bool IsRunning { get; }

Property Value

Type: Boolean
true if Parent's State is AcquisitionEnabled; false otherwise.
Remarks

Streaming can only be enabled by the remote client. Send is only possible as long as the stream is active (running).

Note that acquisition start/stop is an asynchronous action without any means to synchronize. Use the TrySend methods to avoid exceptions.

See Also

Reference