ISpeculativeExecutionPlanNextExecution Method |
Returns the time before the next speculative query.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax long NextExecution(
Host lastQueried
)
Parameters
- lastQueried
- Type: DseHost
the host that was just queried.
Return Value
Type:
Int64the 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