IisWebServiceBackupBehaviorAttribute.OnPostRestore-Methode
Methode, die aufgerufen wird, wenn das System wiederherstellen.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnPostRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPostRestore(sender, _
args)
public virtual bool OnPostRestore(
Object sender,
SPRestoreInformation args
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufrufen.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Sicherungsinformationen für das Objekt.
Rückgabewert
Typ: System.Boolean
Gibt die Boolean, True , falls erfolgreich abgeschlossen. andernfalls false<.
Hinweise
Diese Funktion sollte nicht von alles außer der Konfigurationssicherung/-Wiederherstellung aufgerufen werden.
Siehe auch
Referenz
IisWebServiceBackupBehaviorAttribute Klasse