Click or drag to resize
PoolConfiguration Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the PoolConfiguration class

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PoolConfiguration(
	int maxSize,
	int minSize,
	int waitTimeout,
	int receiveTimeout,
	int shutdownTimeout,
	int operationTimeout
)

Parameters

maxSize
Type: SystemInt32

[Missing <param name="maxSize"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

minSize
Type: SystemInt32

[Missing <param name="minSize"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

waitTimeout
Type: SystemInt32

[Missing <param name="waitTimeout"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

receiveTimeout
Type: SystemInt32

[Missing <param name="receiveTimeout"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

shutdownTimeout
Type: SystemInt32

[Missing <param name="shutdownTimeout"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

operationTimeout
Type: SystemInt32

[Missing <param name="operationTimeout"/> documentation for "M:Couchbase.Configuration.Client.PoolConfiguration.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also