NotificationsEventReceiver 类
包括OnSending和OnSent的事件处理程序时发生 Project Server 将发送警告或提醒。
继承层次结构
System.Object
Microsoft.Office.Project.Server.Events.NotificationsEventReceiver
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public MustInherit Class NotificationsEventReceiver _
Implements INotificationsEventReceiverRemote
用法
Dim instance As NotificationsEventReceiver
public abstract class NotificationsEventReceiver : INotificationsEventReceiverRemote
备注
有关创建信息,注册和调试事件处理程序,请参阅How to: Create a Project Server Event Handler and Log an Event。更改电子邮件使用的NotificationsSending事件的示例,请参见如何: 自定义项目服务器通知的电子邮件。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。