Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDataSources.cs
1namespace Waher.Things
2{
6 public interface IDataSources
7 {
14 bool TryGetDataSource(string SourceId, out IDataSource DataSource);
15 }
16}
Interface for datasources that are published through the concentrator interface.
Definition: IDataSource.cs:14
Interface for collections of data sources.
Definition: IDataSources.cs:7
bool TryGetDataSource(string SourceId, out IDataSource DataSource)
Tries to get a data source.