Click or drag to resize

IExecutionProfileBuilder.WithSpeculativeExecutionPolicy Method

Sets the speculative execution policy. See ISpeculativeExecutionPolicy for additional context on this setting. If no speculative execution policy is set through this method, DefaultSpeculativeExecutionPolicy will be used instead.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.12.0
Syntax
C#
IExecutionProfileBuilder WithSpeculativeExecutionPolicy(
	ISpeculativeExecutionPolicy speculativeExecutionPolicy
)

Parameters

speculativeExecutionPolicy
Type: Cassandra.ISpeculativeExecutionPolicy

Return Value

Type: IExecutionProfileBuilder
This builder.
See Also