SPDiagnosticsService.OnRestore-Methode
Dieser Member überschreibt SPDiagnosticsServiceBase.OnRestore(Object, SPRestoreInformation).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPDiagnosticsService
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
info)
public override bool OnRestore(
Object sender,
SPRestoreInformation info
)
Parameter
- sender
Typ: System.Object
Rückgabewert
Typ: System.Boolean
Gibt Boolean zurück.
Implementiert
IBackupRestore.OnRestore(Object, SPRestoreInformation)