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
Syntaxpublic class BulkOperationOptions
Properties
MaxDegreeOfParallelism
Maximum parallelization of subprocess execution.
Declarationpublic int MaxDegreeOfParallelism { get; set; }
Type | Description |
---|---|
int |