SPIisWebServiceApplication.IBackupRestore.OnAbort Method
Raises the Abort (backup) event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function OnAbort ( _
sender As Object, _
info As SPBackupRestoreInformation _
) As Boolean Implements IBackupRestore.OnAbort
'Usage
Dim instance As SPIisWebServiceApplication
Dim sender As Object
Dim info As SPBackupRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnAbort(sender, _
info)
boolIBackupRestore.OnAbort(
Object sender,
SPBackupRestoreInformation info
)
Parameters
sender
Type: System.ObjectAn object that represents the Web service application that is being backed up or restored.
info
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformationAn SPBackupRestoreInformation object containing data about the event.
Return Value
Type: System.Boolean
true if successful; otherwise, false.
Implements
IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)
Remarks
This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplication 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.
See Also
Reference
SPIisWebServiceApplication Class