共用方式為


IStatusingEventReceiverRemote.OnHistoryDeletedRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
<OperationContractAttribute> _
Sub OnHistoryDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusDeleteHistoryPostEventArgs _
)
'用途
Dim instance As IStatusingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusDeleteHistoryPostEventArgs

instance.OnHistoryDeletedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnHistoryDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusDeleteHistoryPostEventArgs e
)

參數

請參閱

參照

IStatusingEventReceiverRemote 介面

IStatusingEventReceiverRemote 成員

Microsoft.Office.Project.Server.Events 命名空間