Compartilhar via


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

instance.OnTimesheetPeriodDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnTimesheetPeriodDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetPeriodDeletedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnTimesheetPeriodDeletedRemote(PSContextInfo, Guid, ReportingPostTimesheetPeriodDeletedEventArgs)

Ver também

Referência

ReportingEventReceiverServiceProxyClient classe

ReportingEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace