次の方法で共有


NotificationsEventReceiver クラス

Project Server は、アラートまたは通知を送信するときに発生するOnSendingとOnSentのイベント ハンドラーが含まれています。

継承階層

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イベントを使用して電子メールを変更するには、以下を参照してください。方法: のプロジェクト サーバーの通知電子メールのカスタマイズ

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

NotificationsEventReceiver メンバー

Microsoft.Office.Project.Server.Events 名前空間