共用方式為


SPIisWebServiceEndpoint.IBackupRestore.OnBackupComplete method

當系統已完成的備份與還原程序會呼叫事件。

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

Syntax

'宣告
Private Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'用途
Dim instance As SPIisWebServiceEndpoint
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

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

參數

傳回值

Type: System.Boolean
傳回 Boolean

Implements

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

備註

另請參閱Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(Object, SPBackupInformation)

請參閱

參照

SPIisWebServiceEndpoint class

SPIisWebServiceEndpoint members

Microsoft.SharePoint.Administration namespace