Compartilhar via


WorkflowRunningHandlerRemote representante

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Function WorkflowRunningHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Uso
Dim instance As New WorkflowRunningHandlerRemote(AddressOf HandlerMethod)
public delegate WorkflowRunningEventArgs WorkflowRunningHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    WorkflowRunningEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace