IisWebServiceBackupBehaviorAttribute.OnAbort method
Method called when the backup system is stopped for some reason.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnAbort ( _
sender As Object, _
args As SPBackupRestoreInformation _
) As Boolean
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPBackupRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnAbort(sender, _
args)
public virtual bool OnAbort(
Object sender,
SPBackupRestoreInformation args
)
Parameters
sender
Type: System.ObjectData about the control that caused the event.
args
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformationContains data about the event.
Return value
Type: System.Boolean
Returns Boolean.
Remarks
This function should not be called by anything except the backup/restore process.
See also
Reference
IisWebServiceBackupBehaviorAttribute class