Compartilhar via


NotificationsEventReceiver classe

Inclui os manipuladores de eventos OnSending e OnSent que ocorrem quando o Project Server envia um alerta ou um lembrete.

Inheritance hierarchy

System.Object
  Microsoft.Office.Project.Server.Events.NotificationsEventReceiver

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public MustInherit Class NotificationsEventReceiver _
    Implements INotificationsEventReceiverRemote
'Uso
Dim instance As NotificationsEventReceiver
public abstract class NotificationsEventReceiver : INotificationsEventReceiverRemote

Comentários

Para obter informações sobre como criar, registrar e depuração de um manipulador de eventos, consulte How to: Create a Project Server Event Handler and Log an Event. Para obter um exemplo que altera o email usando o evento deSending de Notifications, consulte como: personalizar o email para notificações do servidor de projeto.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

NotificationsEventReceiver membros

Microsoft.Office.Project.Server.Events namespace