Assembly: OptimaJet.Workflow.Core

Class BulkOperationOptions

OptimaJet.Workflow.Core.Runtime.BulkOperationOptions

Provides optional parameters used by workflow runtime bulk APIs.

public class BulkOperationOptions

Properties

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.