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