dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class / EndBackupQuery Method
The System.IAsyncResult returned by BeginBackupQuery.

In This Topic
EndBackupQuery Method
In This Topic
Ends an asynchronous invocation of the BackupQuery method.
Syntax
'Declaration
 
Public Sub EndBackupQuery( _
   ByVal result As IAsyncResult _
) 
 

Parameters

result
The System.IAsyncResult returned by BeginBackupQuery.
Remarks
The function ends an asynchronous query backup that is started with BeginBackupQuery. A pair of asynchronous functions (BeginBackupQuery and EndBackupQuery) can be used instead of the synchronous function BackupQuery to gain more performance and flexibility in your application.
See Also