StdSchedulerFactory Initialize Method (NameValueCollection)Quartz.NET API Documentation
Initialize the ISchedulerFactory with the contents of the given key value collection object.

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

public virtual void Initialize(
	NameValueCollection props
)

Parameters

props
Type: System.Collections.Specialized NameValueCollection

[Missing <param name="props"/> documentation for "M:Quartz.Impl.StdSchedulerFactory.Initialize(System.Collections.Specialized.NameValueCollection)"]

See Also