|
ImmediateMeasurementsOnLagTimeUpdated Method
|
Updates the tracked temporal measurements lag time.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax protected void OnLagTimeUpdated(
double lagTime
)
Protected Sub OnLagTimeUpdated (
lagTime As Double
)
protected:
void OnLagTimeUpdated(
double lagTime
)
member OnLagTimeUpdated :
lagTime : float -> unit
function OnLagTimeUpdated(lagTime);
View SourceParameters
- lagTime Double
- New lag time.
See Also