WorkflowEventReceiverServiceProxyClient.OnStartedRemote 方法

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Sub OnStartedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StartedPostEventArgs _
)
用法
Dim instance As WorkflowEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StartedPostEventArgs

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

参数

实现

IWorkflowEventReceiverRemote.OnStartedRemote(PSContextInfo, Guid, StartedPostEventArgs)

另请参阅

引用

WorkflowEventReceiverServiceProxyClient 类

WorkflowEventReceiverServiceProxyClient 成员

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