|
IDeviceMeasurementsExpected Property
|
Gets or sets total measurements expected to have been received for this
IDevice.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxlong MeasurementsExpected { get; set; }
Property MeasurementsExpected As Long
Get
Set
property long long MeasurementsExpected {
long long get ();
void set (long long value);
}
abstract MeasurementsExpected : int64 with get, set
function get_MeasurementsExpected();
function set_MeasurementsExpected(value);
View SourceProperty Value
Int64
See Also