FME Server .NET API

IFMENotificationManager.PublishNotification Method 

Publishes the notification.

[Visual Basic]
Sub PublishNotification( _
   ByVal notification As Safe.FMEServer.API.Notification.IFMENotification _
)
[C#]
void PublishNotification(
   IFMENotification notification
);

Parameters

notification
the notification to publish

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Repository exception occurred

See Also

IFMENotificationManager Interface | IFMENotificationManager Members | Safe.FMEServer.API.Notification Namespace