ConfigurationBasedDbMetadataFactory Constructor

Quartz.NET 3.0 API Documentation
Initializes a new instance of the EmbeddedAssemblyResourceDbMetadataFactory class.

Namespace:  Quartz.Impl.AdoJobStore.Common
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public ConfigurationBasedDbMetadataFactory(
	string sectionName,
	string providerNamePrefix
)

Parameters

sectionName
Type: SystemString
Name of the configuration section.
providerNamePrefix
Type: SystemString
The provider name prefix.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe providerNamePrefix cannot be null or empty.
See Also

Reference