ViewQuery 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
public IViewQuery ConnectionTimeout(
	int timeout
)

Parameters

timeout
Type: System Int32
The period of time in seconds

Return Value

Type: IViewQuery

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

Implements

IViewQuery ConnectionTimeout(Int32)
See Also