SsoService.IBackupRestore.OnRestore Method
Namespace: Microsoft.SharePoint.Portal.Administration
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Private Function OnRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnRestore
'Usage
Dim instance As SsoService
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnRestore(sender, _
args)
bool IBackupRestore.OnRestore(
Object sender,
SPRestoreInformation args
)
Parameters
- sender
Type: System.Object
Return Value
Type: System.Boolean
Implements
IBackupRestore.OnRestore(Object, SPRestoreInformation)