Freigeben über


SPDiagnosticsService.OnBackup-Methode

Dieser Member überschreibt SPDiagnosticsServiceBase.OnBackup(Object, SPBackupInformation).

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

Syntax

'Declaration
Public Overrides Function OnBackup ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean
'Usage
Dim instance As SPDiagnosticsService
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

returnValue = instance.OnBackup(sender, _
    info)
public override bool OnBackup(
    Object sender,
    SPBackupInformation info
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Implementiert

IBackupRestore.OnBackup(Object, SPBackupInformation)

Siehe auch

Referenz

SPDiagnosticsService Klasse

SPDiagnosticsService-Member

Microsoft.SharePoint.Administration-Namespace