FME Server .NET API

IFMENotificationManager.AddTopic Method 

Adds an topic.

[Visual Basic]
Sub AddTopic( _
   ByVal topic As Safe.FMEServer.API.Notification.IFMETopic _
)
[C#]
void AddTopic(
   IFMETopic topic
);

Parameters

topic
the topic to add. The name of the topic must be unique.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if an topic with the same name already exists.

See Also

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