SsoService.IBackupRestore.OnBackupComplete Method

Namespace:  Microsoft.SharePoint.Portal.Administration
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Private Function OnBackupComplete ( _
    sender As Object, _
    args As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As SsoService
Dim sender As Object
Dim args As SPBackupInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
    args)
boolIBackupRestore.OnBackupComplete(
    Object sender,
    SPBackupInformation args
)

Parameters

Return Value

Type: System.Boolean

Implements

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

See Also

Reference

SsoService Class

SsoService Members

Microsoft.SharePoint.Portal.Administration Namespace