11 private readonly List<IDataSource> sources =
new List<IDataSource>();
19 if (!(DataSources is
null))
20 this.sources.AddRange(DataSources);
36 if (Source2.
SourceID == Source.SourceID)
40 this.sources.Add(Source);
Event arguments for events collecting data sources.
bool Add(IDataSource Source)
Adds a data source to the list of data sources, if not already registered.
GetDataSourcesEventArgs(params IDataSource[] DataSources)
Event arguments for events collecting data sources.
IDataSource[] Sources
Added sources.
Interface for datasources that are published through the concentrator interface.
string SourceID
ID of data source.