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
sender
Typ: System.ObjectDie SPWebApplication , die gesichert wird.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformationEin SPBackupRestoreInformation -Objekt, das Daten über das Ereignis enthält.
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.