Share via


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

returnValue = CType(instance, IBackupRestore).OnAbort(sender, _
    info)
bool IBackupRestore.OnAbort(
    Object sender,
    SPBackupRestoreInformation info
)

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IBackupRestore.OnAbort(Object, SPBackupRestoreInformation)

See Also

Reference

SearchService Class

SearchService Members

Microsoft.Office.Server.Search.Administration Namespace