| BcfDataSetParallelOptions Class | |
Namespace: CalculationWorks.BusinessModel.Behaviors
The BcfDataSetParallelOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfDataSetParallelOptions | Initializes a new instance of the BcfDataSetParallelOptions class |
| Name | Description | |
|---|---|---|
| CurrentCancellationTokenSource |
Gets the current cancellation token source.
| |
| DataSet |
Gets the BcfDataSet the behavior item belongs to.
(Inherited from BcfDataSetBehaviorItemBase.) | |
| ParallelCalculationEnabled |
Gets or sets a value indicating whether parallel calculation enabled. Default is false | |
| ParallelValidationEnabled |
Gets or sets a value indicating whether parallel validation enabled. Default is false | |
| Scheduler |
Gets or sets the TaskScheduler to use for scheduling tasks.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnCurrentCancellationTokenSourceChanged |
Called when current cancellation token source changed.
| |
| OnDiscard | (Inherited from BcfDataSetBehaviorItemBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CurrentCancellationTokenSourceChanged |
Occurs when current cancellation token source changed.
|