Freigeben über


SPWebApplication.OnAbort-Methode

Löst das Ereignis abbrechen (Sicherung).

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function OnAbort ( _
    sender As Object, _
    args As SPBackupRestoreInformation _
) As Boolean
'Usage
Dim instance As SPWebApplication
Dim sender As Object
Dim args As SPBackupRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnAbort(sender, _
    args)
public bool OnAbort(
    Object sender,
    SPBackupRestoreInformation args
)

Parameter

Rückgabewert

Typ: System.Boolean
true bei erfolgreicher; andernfalls false.

Implementiert

IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)

Hinweise

Diese Methode ist nur von SharePoint Foundation nach einem schwerwiegenden Fehler Sicherung aufgerufen werden und Wiederherstellung der Infrastrukturcode vorgesehen.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace