Freigeben über


SPWebApplication.OnPostRestore-Methode

Löst das PostRestore-Ereignis aus.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function OnPostRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPWebApplication
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnPostRestore(sender, _
    info)
public bool OnPostRestore(
    Object sender,
    SPRestoreInformation info
)

Parameter

Rückgabewert

Typ: System.Boolean
true bei erfolgreicher; andernfalls false.

Implementiert

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Hinweise

Diese Methode ist nur von SharePoint Foundation nach einem schwerwiegenden Fehler Sicherung aufgerufen werden und Wiederherstellung der Infrastrukturcode vorgesehen.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace