IReportingEventReceiverRemote.OnTimesheetPeriodCreatedRemote 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
<OperationContractAttribute> _
Sub OnTimesheetPeriodCreatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPostTimesheetPeriodCreatedEventArgs _
)
'Uso
Dim instance As IReportingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetPeriodCreatedEventArgs
instance.OnTimesheetPeriodCreatedRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
void OnTimesheetPeriodCreatedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPostTimesheetPeriodCreatedEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Ver também
Referência
IReportingEventReceiverRemote interface