共用方式為


RulesEventReceiver.OnProcessingRemote 方法

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

語法

'宣告
Public Overridable Function OnProcessingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreProcessEventArgs _
) As RulesPreProcessEventArgs
'用途
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreProcessEventArgs
Dim returnValue As RulesPreProcessEventArgs

returnValue = instance.OnProcessingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual RulesPreProcessEventArgs OnProcessingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreProcessEventArgs e
)

參數

傳回值

類型:Microsoft.Office.Project.Server.Events.RulesPreProcessEventArgs

實作

IRulesEventReceiverRemote.OnProcessingRemote(PSContextInfo, Guid, RulesPreProcessEventArgs)

請參閱

參照

RulesEventReceiver 類別

RulesEventReceiver 成員

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