Click or drag to resize
ViewQueryConnectionTimeout 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
public IViewQuery ConnectionTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
The period of time in seconds

Return Value

Type: IViewQuery

[Missing <returns> documentation for "M:Couchbase.Views.ViewQuery.ConnectionTimeout(System.Int32)"]

Implements

IViewQueryConnectionTimeout(Int32)
See Also