IisWebServiceBackupBehaviorAttribute.OnBackupComplete Method
Method called when the system is finish being backed up.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function OnBackupComplete ( _
sender As Object, _
args As SPBackupInformation _
) As Boolean
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim sender As Object
Dim args As SPBackupInformation
Dim returnValue As Boolean
returnValue = instance.OnBackupComplete(sender, _
args)
public virtual bool OnBackupComplete(
Object sender,
SPBackupInformation args
)
Parameters
sender
Type: System.ObjectThe object calling this event.
args
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformationThe backup information for the object.
Return Value
Type: System.Boolean
Returns Boolean, true if successful otherwise, false.
Remarks
This function should not be called by anything except the backup/restore process.
See Also
Reference
IisWebServiceBackupBehaviorAttribute Class