SPSolutionCollection.IBackupRestore.OnBackupComplete-Methode
Das Ereignis, das aufgerufen wird, wenn das System mit der Sicherung und Wiederherstellung Prozedur beendet ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function OnBackupComplete ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As SPSolutionCollection
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
info)
boolIBackupRestore.OnBackupComplete(
Object sender,
SPBackupInformation info
)
Parameter
sender
Typ: System.ObjectDas Objekt, das das Ereignis aufruft.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupInformationDie Sicherungsinformationen über die Lösung-Auflistung.
Rückgabewert
Typ: System.Boolean
Gibt true , wenn die Sicherung erfolgreich abgeschlossen wurde; andernfalls false.
Implementiert
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)
Hinweise
Diese Funktion sollte von alles außer den Prozess zum Sichern und Wiederherstellen nicht aufgerufen werden.