IVssBackupComponentsBackupComplete Method |
This method causes VSS to generate a BackupComplete event, which signals writers that the backup
process has completed.
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
ExceptionsException | Condition |
---|
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. |
VssUnexpectedWriterErrorException | An unexpected error occurred during communication with writers. The error code is logged in the error log file. |
See Also