dotConnect for Oracle 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 _
    ) 
    public void EndBackupQuery( 
       IAsyncResult result
    )

    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