Поделиться через


Метод WorkflowEventReceiver.OnRunningRemote

Пространство имен:  Microsoft.Office.Project.Server.Events
Сборка:  Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)

Синтаксис

'Декларация
Public Overridable Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Применение
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WorkflowRunningEventArgs
Dim returnValue As WorkflowRunningEventArgs

returnValue = instance.OnRunningRemote(contextInfo, _
    eventHandlerUid, e)
public virtual WorkflowRunningEventArgs OnRunningRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    WorkflowRunningEventArgs e
)

Параметры

Возвращаемое значение

Тип: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs

Реализации

IWorkflowEventReceiverRemote.OnRunningRemote(PSContextInfo, Guid, WorkflowRunningEventArgs)

См. также

Справочные материалы

WorkflowEventReceiver класс

Элементы WorkflowEventReceiver

Пространство имен Microsoft.Office.Project.Server.Events