Method RemoveDataSource
RemoveDataSource(DataSource)
Removes a specific data source from the agent memory.
public bool RemoveDataSource(DataSource dataSource)
Parameters
dataSource
DataSourceThe data source to remove.
Returns
- bool
true
if the data source was successfully removed; otherwise,false
.
Exceptions
- ArgumentNullException
Thrown if
dataSource
is null.