Click or drag to resize

ConstantSpeculativeExecutionPolicy Constructor

Creates a new instance of a ISpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ConstantSpeculativeExecutionPolicy(
	long delay,
	int maxSpeculativeExecutions
)

Parameters

delay
Type: SystemInt64
The constant delay in milliseconds between each speculative execution. Must be strictly positive.
maxSpeculativeExecutions
Type: SystemInt32
The number of speculative executions. Must be strictly positive.
See Also