TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateTopic Method 

Change the properties of the topic corresponding to the given TopicInfo.

public void UpdateTopic(
   TopicInfo topic
);

Parameters

topic
The TopicInfo for the queue to be modified.

Remarks

This method can only be used to update a topic that already exists on the server. To create a new topic use the CreateTopic method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if TopicInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace