[TIBCO.EMS .NET Admin client library 7.0 documentation]

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException if TopicInfo object is null.

See Also