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.
Raises the Backup event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Private Function OnBackup ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackup
'Usage
Dim instance As SPIisWebServiceApplicationProxy
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnBackup(sender, _
info)
boolIBackupRestore.OnBackup(
Object sender,
SPBackupInformation info
)
sender
Type: System.Object
The web service application proxy that is being backed up.
info
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformation
An SPBackupInformation object that contains data about the event.
Type: System.Boolean
true if successful; otherwise, false.
IBackupRestore.OnBackup(Object, SPBackupInformation)
This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplicationProxy instance is cast to an IBackupRestore interface.
This method is only intended to be called from catastrophic backup and restore infrastructure code in SharePoint Foundation.
SPIisWebServiceApplicationProxy class
Please sign in to use this experience.
Sign in