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

EndBackupQuery Method
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also