NodeGetConnection Method

Get a socket connection from connection pool to the server node.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public Connection GetConnection(
	int timeoutMillis
)

Parameters

timeoutMillis  Int32
connection timeout value in milliseconds if a new connection is created

Return Value

Connection

Exceptions

AerospikeExceptionif a connection could not be provided

See Also