|
DataSubscriberUseMillisecondResolution Property
|
Note: This API is now obsolete.
Gets or sets flag that informs publisher if base time-offsets can use millisecond resolution to conserve bandwidth.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax [ObsoleteAttribute("SubscriptionInfo object defines this parameter.",
false)]
public bool UseMillisecondResolution { get; set; }
<ObsoleteAttribute("SubscriptionInfo object defines this parameter.",
false)>
Public Property UseMillisecondResolution As Boolean
Get
Set
public:
[ObsoleteAttribute(L"SubscriptionInfo object defines this parameter.",
false)]
property bool UseMillisecondResolution {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("SubscriptionInfo object defines this parameter.",
false)>]
member UseMillisecondResolution : bool with get, set
function get_UseMillisecondResolution();
function set_UseMillisecondResolution(value);
View SourceProperty Value
BooleanSee Also