StdSchedulerFactory Initialize Method Quartz.NET API Documentation
Initialize the ISchedulerFactory with the contenents of a Properties file.

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 a resource) in the org/quartz package 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.

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

public void Initialize()
See Also