ExecutionBudget

double IProcessingBlock.ExecutionBudget { get; set; }

Gets or sets the maximum amount of time that the processing block is allowed to use.

Value

double – Maximum amount of time in seconds.

Throws
Remarks

Negative value means infinite, i.e. no checking on the budget.