ClearAllPoolsAsync Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Async version of ClearAllPools

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public Task ClearAllPoolsAsync()
Visual Basic
Public Function ClearAllPoolsAsync As Task
Visual C++
public:
Task^ ClearAllPoolsAsync()

Return Value

See Also