Метод IWorkflowEventReceiverRemote.OnRunningRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
Function OnRunningRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Применение
Dim instance As IWorkflowEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WorkflowRunningEventArgs
Dim returnValue As WorkflowRunningEventArgs
returnValue = instance.OnRunningRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
WorkflowRunningEventArgs OnRunningRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
WorkflowRunningEventArgs e
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs
См. также
Справочные материалы
IWorkflowEventReceiverRemote интерфейс