Clase NotificationsEventReceiver
Incluye los controladores de eventos OnSending y OnSent que se producen cuando Project Server envía una alerta o un aviso.
Jerarquía de la herencia
System.Object
Microsoft.Office.Project.Server.Events.NotificationsEventReceiver
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 MustInherit Class NotificationsEventReceiver _
Implements INotificationsEventReceiverRemote
'Uso
Dim instance As NotificationsEventReceiver
public abstract class NotificationsEventReceiver : INotificationsEventReceiverRemote
Comentarios
Para obtener información acerca de cómo crear, registrar y depuración de un controlador de eventos, consulte How to: Create a Project Server Event Handler and Log an Event. Para obtener un ejemplo que cambia con el evento deSending de Notificationsde correo electrónico, consulte Cómo: Personalizar correo electrónico para notificaciones de Project Server.
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.