Share via


ICalendarEventReceiverRemote.OnCheckingInRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function OnCheckingInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'Usage
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
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs

See also

Reference

ICalendarEventReceiverRemote interface

ICalendarEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace