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
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs
Vea también
Referencia
interfaz ICalendarEventReceiverRemote