Click or drag to resize

DataPublisherCacheMeasurementKeys Property

Gets or sets the set of measurements which are cached by the data publisher to be published to subscribers immediately upon subscription.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.MeasurementEditor", 
	null)]
public string CacheMeasurementKeys { get; set; }
View Source

Property Value

String
See Also