Click or drag to resize

InputAdapterCollectionConvertReadonlyCollectionsToWritable Property

Gets or sets flag that determines if readonly collections should be converted to writable so published measurement sets can be augmented by filter adapters.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool ConvertReadonlyCollectionsToWritable { get; set; }
View Source

Property Value

Boolean
Remarks
When filter adapters are detected in the IaonSession, collections that output new measurements should convert all readonly measurement collections into collections that can be modified so that measurements can be removed if needed.
See Also