Class BulkOperationOptions
OptimaJet.Workflow.Core.Runtime.BulkOperationOptions
Provides optional parameters used by workflow runtime bulk APIs.
Namespace: OptimaJet.Workflow.Core.Runtime
public class BulkOperationOptionsProperties
public int MaxDegreeOfParallelism { get; set; } #Gets or sets the maximum number of parallel tasks used for bulk execution.
Remarks
When no BulkOperationOptions instance is supplied to a bulk API, the runtime uses Environment.ProcessorCount. Set this property to a value greater than zero when supplying an options instance explicitly.