IViewQuery.ConnectionTimeout Method Couchbase .NET SDK 2.0
The number of seconds before the request will be terminated if it has not completed.

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

Parameters

timeout
Type: System.Int32
The period of time in seconds

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also