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