ApplicationRegistryServiceApplicationProxy.IBackupRestore.OnPostRestore Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SharedService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Private Function OnPostRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As ApplicationRegistryServiceApplicationProxy
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    info)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation info
)

Parameters

Return Value

Type: System.Boolean

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

See Also

Reference

ApplicationRegistryServiceApplicationProxy Class

ApplicationRegistryServiceApplicationProxy Members

Microsoft.Office.Server.ApplicationRegistry.SharedService Namespace