Share via


ReportingEventReceiverServiceProxyClient.OnTimesheetProjectAggregatedRemote 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 Sub OnTimesheetProjectAggregatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetProjectAggregatedEventArgs _
)
'Usage
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetProjectAggregatedEventArgs

instance.OnTimesheetProjectAggregatedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnTimesheetProjectAggregatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetProjectAggregatedEventArgs e
)

Parameters

Implements

IReportingEventReceiverRemote.OnTimesheetProjectAggregatedRemote(PSContextInfo, Guid, ReportingPostTimesheetProjectAggregatedEventArgs)

See also

Reference

ReportingEventReceiverServiceProxyClient class

ReportingEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace