Click or drag to resize
IViewQueryConnectionTimeout Method
The number of seconds before the request will be terminated if it has not completed.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IViewQuery ConnectionTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
The period of time in seconds

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also