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 _
) 
 

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.
See Also