SPSolution.IBackupRestore.OnBackupComplete method

The event that is called when the system is finished with the backup and restore procedure.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As SPSolution
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
    info)
boolIBackupRestore.OnBackupComplete(
    Object sender,
    SPBackupInformation info
)

Parameters

  • sender
    Type: System.Object

    The object that is calling the event.

Return value

Type: System.Boolean
Returns true if the backup was successfully completed; otherwise, false.

Implements

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

Remarks

This function should not be called by anything except the backup and restore process.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace