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)
Available in Sandboxed Solutions: No

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.Object

    Data about the control that caused 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

IisWebServiceBackupBehaviorAttribute Members

Microsoft.SharePoint.Administration Namespace