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