SsoService.IBackupRestore.OnPostRestore Method

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

Syntax

'Declaration
Private Function OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As SsoService
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    args)
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

Parameters

Return Value

Type: System.Boolean

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

See Also

Reference

SsoService Class

SsoService Members

Microsoft.SharePoint.Portal.Administration Namespace