IConnectionManager.FlushConnections Method
Attempts to flush all connections in any connection pool maintained for the related external system instance.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub FlushConnections
'Usage
Dim instance As IConnectionManager
instance.FlushConnections()
void FlushConnections()
Remarks
If pool flushing functionality is unavailable in the implementation, this method does not throw an exception; however, it might log the attempt in the server logs.
This method must be thread-safe.
Examples
Code Snippet: Implementing a Custom Connector