IDbConnectionManagerShutdown Method

Quartz.NET 3.0 API Documentation
Shuts down database connections from the data source with the given name, if applicable for the underlying provider.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
void Shutdown(
	string dataSourceName
)

Parameters

dataSourceName
Type: SystemString

[Missing <param name="dataSourceName"/> documentation for "M:Quartz.Util.IDbConnectionManager.Shutdown(System.String)"]

See Also

Reference