Compartir a través de


del método SPIisWebServiceEndpoint.IBackupRestore.OnBackupComplete

El evento que se llama cuando el sistema termine con el procedimiento de copia de seguridad y restauración.

Espacio de nombres:  Microsoft.SharePoint.Administration
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Private Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Uso
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
)

Parámetros

Valor devuelto

Tipo: System.Boolean
Devuelve Boolean.

Implementaciones

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

Comentarios

Consulte también Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(Object, SPBackupInformation).

Vea también

Referencia

clase SPIisWebServiceEndpoint

Miembros SPIisWebServiceEndpoint

Espacio de nombres Microsoft.SharePoint.Administration