DelegateInitializationArgsInitString Property

Quartz.NET 3.0 API Documentation
Custom driver delegate initialization.

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

C#
public string InitString { get; set; }

Property Value

Type: String
Remarks

initStrings are of the format: settingName=settingValue|otherSettingName=otherSettingValue|...
See Also

Reference