SPJobDefinition.OnRestore Method
Called when the system is being restored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPJobDefinition
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
info)
public virtual bool OnRestore(
Object sender,
SPRestoreInformation info
)
Parameters
sender
Type: System.ObjectThe source of the event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationThe backup information for this object.
Return Value
Type: System.Boolean
true if successful.
Implements
IBackupRestore.OnRestore(Object, SPRestoreInformation)