IVssBackupComponentsBeginImportSnapshots Method |
Namespace: Alphaleonis.Win32.Vss
Only one shadow copy can be imported at a time.
The requester is responsible for serializing the import shadow copy operation.
For more information see the MSDN documentation on IIVssBackupComponents::ImportSnapshots Method
Requires Windows Server 2008, Windows Server 2003 SP1, Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition.
Pass the IVssAsyncResult value returned to the EndImportSnapshots(IAsyncResult) method to release operating system resources used for this asynchronous operation. EndImportSnapshots(IAsyncResult) must be called once for every call to BeginImportSnapshots(AsyncCallback, Object). You can do this either by using the same code that called BeginImportSnapshots or in a callback passed to BeginImportSnapshots.