DBConnectionManagerShutdown Method

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

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

C#
public virtual void Shutdown(
	string dsName
)

Parameters

dsName
Type: SystemString

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

Implements

IDbConnectionManagerShutdown(String)
See Also

Reference