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