|
SubscriptionInfoUseMillisecondResolution Property
|
Gets or sets the flag that determines whether measurement timestamps use
millisecond resolution. If false, they will use
Ticks resolution.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.230-beta
Syntaxpublic virtual bool UseMillisecondResolution { get; set; }
Public Overridable Property UseMillisecondResolution As Boolean
Get
Set
public:
virtual property bool UseMillisecondResolution {
bool get ();
void set (bool value);
}
abstract UseMillisecondResolution : bool with get, set
override UseMillisecondResolution : bool with get, set
function get_UseMillisecondResolution();
function set_UseMillisecondResolution(value);
View SourceProperty Value
Boolean
Remarks
This flag determines the size of the timestamps transmitted as part of
the compact measurement format when the server is using base time offsets.
See Also