共用方式為


WorkflowEventReceiver.OnStartedRemote 方法

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

語法

'宣告
Public Overridable Sub OnStartedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StartedPostEventArgs _
)
'用途
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StartedPostEventArgs

instance.OnStartedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnStartedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StartedPostEventArgs e
)

參數

實作

IWorkflowEventReceiverRemote.OnStartedRemote(PSContextInfo, Guid, StartedPostEventArgs)

請參閱

參照

WorkflowEventReceiver 類別

WorkflowEventReceiver 成員

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