stop

Name

stop -- Stop data sources

Synopsis

proc ::providername::stop sourceId { ... }

DESCRIPTION

Called to stop the data source identified by sourceId. The sourceId parameter is the value of the sourceid dict element passed to the start command.

r Once this command is executed, the data source provider should invalidate the sourceId, and take whatever steps are needed to release any resources the data source has used.