Partager via


SPIisWebServiceEndpoint.IBackupRestore.OnBackupComplete - Méthode

L'événement est appelé lorsque le système a terminé la procédure de sauvegarde et restauration.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Private Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Boolean
Retourne Boolean .

Implémentations

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

Remarques

Voir aussi Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(Object, SPBackupInformation).

Voir aussi

Référence

SPIisWebServiceEndpoint classe

SPIisWebServiceEndpoint - Membres

Microsoft.SharePoint.Administration - Espace de noms