SPIisWebServiceEndpoint.IBackupRestore.OnBackupComplete method
O evento é chamado quando o sistema é terminado com o procedimento de backup e restauração.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
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
- sender
Type: System.Object
Valor retornado
Type: System.Boolean
Retorna Boolean.
Implements
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)
Comentários
Consulte também Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(Object, SPBackupInformation).