FME Server .NET API

IFMENotificationManager.UpdateTopic Method 

Updates an existing topic.

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

Parameters

topic
the topic to update

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if the topic to update does not already exist.

See Also

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