dotConnect for Oracle Documentation
Devart.Common Namespace / DbDump Class / EndRestore Method
The System.IAsyncResult returned by BeginRestore.

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

    Parameters

    result
    The System.IAsyncResult returned by BeginRestore.
    Remarks
    The function ends an asynchronous backup that is started with BeginRestore. A pair of asynchronous functions (BeginRestore and EndRestore) can be used instead of the synchronous function Restore 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