IVssBackupComponentsEndPrepareForBackup Method |
Waits for a pending asynchronous operation to complete.
Namespace:
Alphaleonis.Win32.Vss
Assembly:
AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.4.0.0 (1.4.0.0)
Syntaxvoid EndPrepareForBackup(
IAsyncResult asyncResult
)
Sub EndPrepareForBackup (
asyncResult As IAsyncResult
)
void EndPrepareForBackup(
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