Click or drag to resize

DataSourceApiQuerySetMaxQueryTimeout Method

Specify max timeout for this query.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataSourceApiQuery SetMaxQueryTimeout(
	int maxQueryTimeout
)

Parameters

maxQueryTimeout  Int32
The max query timeout

Return Value

DataSourceApiQuery
The query object itself for chaining purpose.
See Also