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