Share via


SearchService.IBackupRestore.OnRestore 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 OnRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnRestore
'Usage
Dim instance As SearchService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnRestore(sender, _
    info)
boolIBackupRestore.OnRestore(
    Object sender,
    SPRestoreInformation info
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IBackupRestore.OnRestore(Object, SPRestoreInformation)

See Also

Reference

SearchService Class

SearchService Members

Microsoft.Office.Server.Search.Administration Namespace