IWsbApplicationRestoreSupport interface
Defines methods for performing application-specific restore tasks.
When to implement
The methods in this interface are called when Windows Server Backup restores the application's data from backup. Implementing this interface is optional.
Members
The IWsbApplicationRestoreSupport interface inherits from the IUnknown interface. IWsbApplicationRestoreSupport also has these types of members:
Methods
The IWsbApplicationRestoreSupport interface has these methods.
| Method | Description |
|---|---|
| IsRollForwardSupported |
Reports whether the application supports roll-forward restore. |
| OrderComponents |
Specifies the order in which application components are to be restored. |
| PostRestore |
Performs application-specific PostRestore operations. |
| PreRestore |
Performs application-specific PreRestore operations. |
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
IDL |
|