[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Change the properties of the topic corresponding to the given
TopicInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void UpdateTopic( TopicInfo topic ) |
Public Sub UpdateTopic ( _ topic As TopicInfo _ ) |
public: void UpdateTopic( TopicInfo^ topic ) |
Parameters
- topic
- Type: TIBCO.EMS.ADMIN..::.TopicInfo
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(TopicInfo) method.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if TopicInfo object is null. |