Click or drag to resize
CalculationWorks Logo
BcfDataSetParallelOptionsScheduler Property
Gets or sets the TaskScheduler to use for scheduling tasks.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public TaskScheduler Scheduler { get; set; }

Property Value

Type: TaskScheduler
The task scheduler; or null if none set
Remarks
If Scheduler is null the default scheduler Default will be used in case of parallel calculation.
See Also