Data Object Api QuerySet Max Query Timeout Method
Specify max timeout for this query.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataObjectApiQuery SetMaxQueryTimeout(
int maxQueryTimeout
)Parameters
- maxQueryTimeout Int32
- The max query timeout
Return Value
DataObjectApiQueryThe query object itself for chaining purpose.