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