Freigeben über


SPResourceMeasure.OnAbort-Methode

Löst das Abort -Ereignis aus.

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 SPResourceMeasure
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

  • sender
    Typ: System.Object

    Das Objekt, das Measure Ressource darstellt, das gesichert wird.

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

SPResourceMeasure Klasse

SPResourceMeasure-Member

Microsoft.SharePoint.Administration-Namespace