del método SPIisWebServiceEndpoint.IBackupRestore.OnPostRestore
El evento que se llama cuando el sistema termine la restauración.
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Private Function OnPostRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Uso
Dim instance As SPIisWebServiceEndpoint
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
info)
boolIBackupRestore.OnPostRestore(
Object sender,
SPRestoreInformation info
)
Parámetros
- sender
Tipo: System.Object
Valor devuelto
Tipo: System.Boolean
Devuelve Boolean.
Implementaciones
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
Comentarios
Consulte también Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(Object, SPRestoreInformation).