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