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