Sets the maximum time to spend on the request.
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- timeOut
- Type: System.TimeSpan
Maximum time to spend on the request
Return Value
Type: IQueryRequestA reference to the current IQueryRequest for method chaining.

Optional - the default is 0ms, which means the request runs for as long as it takes.

There is also a server wide timeout parameter, and the minimum of that and the request timeout is what gets applied.
