FME Server .NET API

IFMENotificationManager.CreateNotification Method 

[Visual Basic]
Function CreateNotification( _
   ByVal topicName As String, _
   ByVal message As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)) _
) As Safe.FMEServer.API.Notification.IFMENotification
[C#]
IFMENotification CreateNotification(
   string topicName,
   0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] message
);

See Also

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