CalendarEventReceiverServiceProxyClient.OnCheckingInRemote método
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Function OnCheckingInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'Uso
Dim instance As CalendarEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CalendarCheckInPreEventArgs
Dim returnValue As CalendarCheckInPreEventArgs
returnValue = instance.OnCheckingInRemote(contextInfo, _
eventHandlerUid, e)
public CalendarCheckInPreEventArgs OnCheckingInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
CalendarCheckInPreEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs
Implementos
ICalendarEventReceiverRemote.OnCheckingInRemote(PSContextInfo, Guid, CalendarCheckInPreEventArgs)
Ver também
Referência
CalendarEventReceiverServiceProxyClient classe