Click or drag to resize

QdbConnectionPoolTryGet Method

Tries to get one connection from the pool within the provided time span.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public bool TryGet(
	out QdbCluster conn,
	TimeSpan span
)

Parameters

conn
Type: QuasardbQdbCluster

[Missing <param name="conn"/> documentation for "M:Quasardb.QdbConnectionPool.TryGet(Quasardb.QdbCluster@,System.TimeSpan)"]

span
Type: SystemTimeSpan

[Missing <param name="span"/> documentation for "M:Quasardb.QdbConnectionPool.TryGet(Quasardb.QdbCluster@,System.TimeSpan)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quasardb.QdbConnectionPool.TryGet(Quasardb.QdbCluster@,System.TimeSpan)"]

See Also