StreamStatisticsTryGetValue Method

CVB.Net Documentation
Tries to retrieve the value of statistic to query.

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

public abstract bool TryGetValue(
	StreamInfo query,
	out double value
)

Parameters

query
Type: Stemmer.Cvb.DriverStreamInfo
Info to query.
value
Type: SystemDouble
Current value of the statistic.

Return Value

Type: Boolean
true if statistic value could be retrieved; false otherwise.
See Also

Reference