 |
| CalculationPlanBucketEventArgs Constructor |
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic CalculationPlanBucketEventArgs(
int bucketIndex,
bool canceled
)
Public Sub New (
bucketIndex As Integer,
canceled As Boolean
)
Parameters
- bucketIndex
- Type: SystemInt32
Index of the bucket. - canceled
- Type: SystemBoolean
if set to true the operation was canceled.
See Also