Метод ReportingEventReceiverServiceProxyClient.OnCommittedSolutionDecisionChangedRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Sub OnCommittedSolutionDecisionChangedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPostCommittedSolutionDecisionChangedEventArgs _
)
'Применение
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostCommittedSolutionDecisionChangedEventArgs
instance.OnCommittedSolutionDecisionChangedRemote(contextInfo, _
eventHandlerUid, e)
public void OnCommittedSolutionDecisionChangedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPostCommittedSolutionDecisionChangedEventArgs e
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
- e
Тип: Microsoft.Office.Project.Server.Events.ReportingPostCommittedSolutionDecisionChangedEventArgs
Реализации
См. также
Справочные материалы
ReportingEventReceiverServiceProxyClient класс