Share via


SearchService.IBackupRestore.OnPostRestore Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

See Also

Reference

SearchService Class

SearchService Members

Microsoft.Office.Server.Search.Administration Namespace