LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnection.ClearAllPoolsAsync method

Asynchronously clears all connection pools.

public static Task ClearAllPoolsAsync(CancellationToken cancellationToken = default)
parameterdescription
cancellationTokenA token to cancel the asynchronous operation.

Return Value

A Task representing the asynchronous operation.

See Also