|
SubscriptionInfoUseLocalClockAsRealTime Property
|
Gets or sets the flag that determines whether the server's
local clock is used as real-time. If false, the timestamps
of the measurements will be used as real-time.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public virtual bool UseLocalClockAsRealTime { get; set; }
Public Overridable Property UseLocalClockAsRealTime As Boolean
Get
Set
public:
virtual property bool UseLocalClockAsRealTime {
bool get ();
void set (bool value);
}
abstract UseLocalClockAsRealTime : bool with get, set
override UseLocalClockAsRealTime : bool with get, set
function get_UseLocalClockAsRealTime();
function set_UseLocalClockAsRealTime(value);
View SourceProperty Value
BooleanSee Also