|
ConcentratorBaseUsePrecisionTimer Property
|
Gets or sets flag that determines if precision timer should be used for frame publication.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public bool UsePrecisionTimer { get; set; }
Public Property UsePrecisionTimer As Boolean
Get
Set
public:
property bool UsePrecisionTimer {
bool get ();
void set (bool value);
}
member UsePrecisionTimer : bool with get, set
function get_UsePrecisionTimer();
function set_UsePrecisionTimer(value);
View SourceProperty Value
BooleanSee Also