Share via


SPIisWebServiceEndpoint.IBackupRestore.OnPostRestore method

The event that is called when the system is finished restoring.

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 SPIisWebServiceEndpoint
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
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Remarks

See also Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(Object, SPRestoreInformation).

See also

Reference

SPIisWebServiceEndpoint class

SPIisWebServiceEndpoint members

Microsoft.SharePoint.Administration namespace