Click or drag to resize

BcfParallelOptions Properties

[This is preliminary documentation and is subject to change.]

The BcfParallelOptions type exposes the following members.

Properties
  NameDescription
Public propertyAsyncRuleCalculationEnabled
Gets or sets a rules indicating whether value calculation may processed asynchronously. Default is false.
Public propertyAsyncValueCalculationEnabled
Gets or sets a value indicating whether value calculation may processed asynchronously. Default is false.
Public propertyCurrentCancellationTokenSource
Gets the current cancellation token source.
Public propertyScheduler
Gets or sets the TaskScheduler for parallel calculation.
Top
See Also