IVssBackupComponentsEndImportSnapshots Method |
Waits for a pending asynchronous operation to complete.
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxvoid EndImportSnapshots(
IAsyncResult asyncResult
)
Sub EndImportSnapshots (
asyncResult As IAsyncResult
)
void EndImportSnapshots(
IAsyncResult^ asyncResult
)
Parameters
- asyncResult
- Type: SystemIAsyncResult
The reference to the pending asynchronous request to finish.
ExceptionsException | Condition |
---|
UnauthorizedAccessException | The caller does not have sufficient backup privileges or is not an administrator. |
OutOfMemoryException | Out of memory or other system resources. |
SystemException | Unexpected VSS system error. The error code is logged in the event log. |
VssBadStateException | The backup components object is not initialized, this method has been called during a restore operation, or this method has not been called within the correct sequence. |
Remarks
See Also