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