SPJobDefinition.OnAbort-Methode
Wird aufgerufen, wenn ein Benutzer den Vorgang abbricht.
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 SPJobDefinition
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.ObjectDie Quelle des Ereignisses.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformationDie Sicherungsinformationen für dieses Objekt.
Rückgabewert
Typ: System.Boolean
true nach Abschluss die Stornierung.
Implementiert
IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)
Hinweise
Diese Methode sollte nur durch die Konfigurationssicherung/-Wiederherstellung aufgerufen werden.