Click or drag to resize
Grid Solutions Framework

PIConnectionPoolReturnPooledConnection Method

Returns PIConnection to the pool.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.182-beta
Syntax
public void ReturnPooledConnection(
	PIConnection connection
)
View Source

Parameters

connection  PIConnection
PIConnection to return to the pool.
Exceptions
ExceptionCondition
InvalidOperationExceptionProvided PIConnection does not belong to this connection pool.
See Also