Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when a backup operation is complete.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Function OnBackupComplete ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean
'Usage
Dim instance As SPJobDefinition
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = instance.OnBackupComplete(sender, _
info)
public virtual bool OnBackupComplete(
Object sender,
SPBackupInformation info
)
sender
Type: System.Object
The source of the event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformation
The backup information for this object.
Type: System.Boolean
true if backup is successfully completed.
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)
Please sign in to use this experience.
Sign in