Method AddDataSources
AddDataSources(IEnumerable<DataSource>)
Adds multiple data sources to the agent memory.
public void AddDataSources(IEnumerable<DataSource> dataSources)
Parameters
dataSourcesIEnumerable<DataSource>The collection of data sources to add.
Remarks
This is more efficient than adding data sources one at a time when you have multiple sources to add.
Exceptions
- ArgumentNullException
Thrown when
dataSourcesis null or empty.