ClearPool method

Empties the connection pool associated with the specified connection.

Syntax
Visual Basic

Public Shared Sub ClearPool( _
   ByVal connection As SAConnection _
)
C#

public static void ClearPool(
   SAConnection connection
);
Parameters
  • connection   The SAConnection object to be cleared from the pool.

See also