Enum VssWriterRestore
The VssWriterRestore enumeration is used by a writer to indicate to a requester the conditions under which it will handle events generated during a restore operation.
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssWriterRestore
Fields
Name | Description |
---|---|
Always | The writer always performs special operations during the restore operation. |
IfReplaceFails | Indicates that the writer always expects to handle a |
Never | The writer does not require restore events. |
Undefined | It is not known whether the writer will perform special operations during the restore operation. This state indicates a writer error. |