Skip to main content

Class BulkOperationOptions

Auxiliary parameters that configure bulk operations.

Inheritance

↳ object

    BulkOperationOptions

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class BulkOperationOptions

Properties

MaxDegreeOfParallelism

Maximum parallelization of subprocess execution.

Declaration
public int MaxDegreeOfParallelism { get; set; }
Property value
TypeDescription
int

Extension Methods