EmbeddedAssemblyResourceDbMetadataFactory 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 EmbeddedAssemblyResourceDbMetadataFactory(
	string resourceName,
	string propertyGroupName
)

Parameters

resourceName
Type: SystemString
Name of the resource.
propertyGroupName
Type: SystemString
Name of the property group (The prefix of the provider name).
See Also

Reference