del método AdminEventReceiverServiceProxyClient.OnReportingPeriodUpdatingRemote
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public Function OnReportingPeriodUpdatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'Uso
Dim instance As AdminEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPreUpdateEventArgs
Dim returnValue As ReportingPeriodPreUpdateEventArgs
returnValue = instance.OnReportingPeriodUpdatingRemote(contextInfo, _
eventHandlerUid, e)
public ReportingPeriodPreUpdateEventArgs OnReportingPeriodUpdatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPeriodPreUpdateEventArgs e
)
Parámetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.ReportingPeriodPreUpdateEventArgs
Implementaciones
Vea también
Referencia
clase AdminEventReceiverServiceProxyClient