SPDiagnosticsServiceBase.OnBackupComplete 方法

引发 BackupComplete 事件。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean
用法
Dim instance As SPDiagnosticsServiceBase
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

returnValue = instance.OnBackupComplete(sender, _
    info)
public virtual bool OnBackupComplete(
    Object sender,
    SPBackupInformation info
)

参数

  • sender
    类型:System.Object

    一个对象,它表示正在备份SPDiagnosticsServiceBase 。

返回值

类型:System.Boolean
true如果成功 ;否则为false。

实现

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

备注

此实现总是返回true。

此方法仅用于调用从灾难性的备份和恢复基础结构代码在SharePoint Foundation中。

另请参阅

引用

SPDiagnosticsServiceBase 类

SPDiagnosticsServiceBase 成员

Microsoft.SharePoint.Administration 命名空间