Compartir a través de


del método ICalendarEventReceiverRemote.OnCheckingInRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
Function OnCheckingInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'Uso
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
)

Parámetros

Valor devuelto

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

Vea también

Referencia

interfaz ICalendarEventReceiverRemote

Miembros ICalendarEventReceiverRemote

Espacio de nombres Microsoft.Office.Project.Server.Events