Click or drag to resize

ISpeculativeExecutionPlanNextExecution Method

Returns the time before the next speculative query.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
long NextExecution(
	Host lastQueried
)

Parameters

lastQueried
Type: DseHost
the host that was just queried.

Return Value

Type: Int64
the time (in milliseconds) before a speculative query is sent to the next host. If zero or negative, no speculative query will be sent.
See Also