SPIisWebServiceEndpoint.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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function OnBackupComplete ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As SPIisWebServiceEndpoint
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
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)
Remarks
See also Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(Object, SPBackupInformation).