Empties the connection pool associated with the specified connection.
Visual Basic
Public Shared Sub ClearPool( _
ByVal connection As SAConnection _
)
C#
public static void ClearPool(
SAConnection connection
);
connection The SAConnection object to be cleared from the pool.