SearchService.IBackupRestore.OnPreRestore 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 OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Usage
Dim instance As SearchService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPreRestore(sender, _
info)
bool IBackupRestore.OnPreRestore(
Object sender,
SPRestoreInformation info
)
Parameters
- sender
Type: System.Object
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)