TimesheetEventReceiverServiceProxyClient.OnReviewingRemote 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 OnReviewingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As TimesheetPreReviewEventArgs _
) As TimesheetPreReviewEventArgs
'Uso
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreReviewEventArgs
Dim returnValue As TimesheetPreReviewEventArgs
returnValue = instance.OnReviewingRemote(contextInfo, _
eventHandlerUid, e)
public TimesheetPreReviewEventArgs OnReviewingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
TimesheetPreReviewEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.TimesheetPreReviewEventArgs
Implementos
ITimesheetEventReceiverRemote.OnReviewingRemote(PSContextInfo, Guid, TimesheetPreReviewEventArgs)
Ver também
Referência
TimesheetEventReceiverServiceProxyClient classe