Freigeben über


SPWebService.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, _
    info As SPBackupRestoreInformation _
) As Boolean
'Usage
Dim instance As SPWebService
Dim sender As Object
Dim info As SPBackupRestoreInformation
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Implementiert

IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)

Hinweise

Diese Methode ist nur für die direkte Verwendung von schwerwiegenden Sicherung aufgerufen werden und Wiederherstellen von Infrastrukturcode in SharePoint Foundation.

Siehe auch

Referenz

SPWebService Klasse

SPWebService-Member

Microsoft.SharePoint.Administration-Namespace