Method AddDataSource
AddDataSource(DataSource)
Adds a single data source to the agent memory.
public void AddDataSource(DataSource dataSource)
Parameters
dataSourceDataSourceThe DataSource instance to add to the agent memory.
Exceptions
- ArgumentNullException
Thrown if
dataSourceis null.