Share via


TimesheetEventReceiverServiceProxyClient.OnRecallingRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Function OnRecallingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreRecallEventArgs _
) As TimesheetPreRecallEventArgs
'Usage
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreRecallEventArgs
Dim returnValue As TimesheetPreRecallEventArgs

returnValue = instance.OnRecallingRemote(contextInfo, _
    eventHandlerUid, e)
public TimesheetPreRecallEventArgs OnRecallingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreRecallEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.TimesheetPreRecallEventArgs

Implements

ITimesheetEventReceiverRemote.OnRecallingRemote(PSContextInfo, Guid, TimesheetPreRecallEventArgs)

See also

Reference

TimesheetEventReceiverServiceProxyClient class

TimesheetEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace