SPSecurityTokenServiceManager.IBackupRestore.OnPostRestore method

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

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

Parameters

  • sender
    Type: System.Object

    The object that is calling this event.

Return value

Type: System.Boolean
true if the restore was successfully completed; otherwise, false.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace