AceQLConnection..::..Dispose Method
If connection has not been closed by an explicit call to AceQLConnectionCloseAsync:
calls silently AceQLConnectionCloseAsync without reporting any Exception.
As the call is not awaited, execution of the
current method continues before the call to is AceQLConnectionCloseAsync completed.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)