 | JobConfigurationSchedulerOptions Property |
Gets or sets the options controlling the scheduler behavior.
Namespace: Ookii.Jumbo.Jet.JobsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic SchedulerOptions SchedulerOptions { get; set; }
Public Property SchedulerOptions As SchedulerOptions
Get
Set
public:
property SchedulerOptions^ SchedulerOptions {
SchedulerOptions^ get ();
void set (SchedulerOptions^ value);
}
member SchedulerOptions : SchedulerOptions with get, set
Property Value
SchedulerOptionsThe scheduler options.
See Also