| ConstantSpeculativeExecutionPolicy Constructor  | 
            Creates a new instance of a 
ISpeculativeExecutionPolicy that schedules a given
             number of speculative executions, separated by a fixed delay.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic 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