TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TopicInfo.RemoveExportTransport Method 

Remove an export transport from the list of transports this destination exports messages to.

public void RemoveExportTransport(
   string transportName
);

Parameters

transportName
the name of the transport.

Remarks

The removal of a transport from the list if the transports are inherited from a parent topic is not permitted and results in an exception.

Exceptions

Exception Type Condition
AdminInvalidNameException if transportName is not a legal transport name
AdminException if export transports are inherited

See Also

TopicInfo Class | TIBCO.EMS.ADMIN Namespace