Freigeben über


SPDiagnosticsServiceBase.OnAbort-Methode

Löst das Ereignis abbrechen.

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

Syntax

'Declaration
Public Overridable Function OnAbort ( _
    sender As Object, _
    info As SPBackupRestoreInformation _
) As Boolean
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim sender As Object
Dim info As SPBackupRestoreInformation
Dim returnValue As Boolean

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

Parameter

  • sender
    Typ: System.Object

    Das SPDiagnosticesServiceBase -Objekt, das gesichert oder wiederhergestellt.

Rückgabewert

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

Implementiert

IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)

Hinweise

Diese Implementierung immer gibt truezurück.

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

Siehe auch

Referenz

SPDiagnosticsServiceBase Klasse

SPDiagnosticsServiceBase-Member

Microsoft.SharePoint.Administration-Namespace