Click or drag to resize

IExecutionProfileBuilderWithSpeculativeExecutionPolicy 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.11.0
Syntax
C#
IExecutionProfileBuilder WithSpeculativeExecutionPolicy(
	ISpeculativeExecutionPolicy speculativeExecutionPolicy
)

Parameters

speculativeExecutionPolicy
Type: CassandraISpeculativeExecutionPolicy

Return Value

Type: IExecutionProfileBuilder
This builder.
See Also