Метод TimesheetEventReceiver.OnRecallingRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Overridable Function OnRecallingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As TimesheetPreRecallEventArgs _
) As TimesheetPreRecallEventArgs
'Применение
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreRecallEventArgs
Dim returnValue As TimesheetPreRecallEventArgs
returnValue = instance.OnRecallingRemote(contextInfo, _
eventHandlerUid, e)
public virtual TimesheetPreRecallEventArgs OnRecallingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
TimesheetPreRecallEventArgs e
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Events.TimesheetPreRecallEventArgs
Реализации
ITimesheetEventReceiverRemote.OnRecallingRemote(PSContextInfo, Guid, TimesheetPreRecallEventArgs)