FME Server .NET API

IFMEServerSession.GetNotificationManager Method 

Gets the notification manager.

[Visual Basic]
Function GetNotificationManager() As Safe.FMEServer.API.Notification.IFMENotificationManager
[C#]
IFMENotificationManager GetNotificationManager();

Return Value

the notification manager instance, otherwise null

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace