StdSchedulerFactory Initialize Method Quartz.NET API Documentation
Initialize the ISchedulerFactory.

Namespace: Quartz.Impl
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public void Initialize()
Remarks

By default a properties file named "quartz.properties" is loaded from the 'current working directory'. If that fails, then the "quartz.properties" file located (as an embedded resource) in the Quartz.NET assembly is loaded. If you wish to use a file other than these defaults, you must define the system property 'quartz.properties' to point to the file you want.
See Also