共用方式為


SPRestoreCompleteEventHandler delegate

代表會處理SPFarmObjectsRestored事件的方法。

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Delegate Sub SPRestoreCompleteEventHandler ( _
    sender As Object, _
    e As SPRestoreEventArgs _
)
'用途
Dim instance As New SPRestoreCompleteEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public delegate void SPRestoreCompleteEventHandler(
    Object sender,
    SPRestoreEventArgs e
)

參數

請參閱

參照

Microsoft.SharePoint.Administration.Backup namespace