TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

DestinationInfo.RemoveImportTransport Method 

Remove an import transport from the list of transports this destination imports messages from.

public void RemoveImportTransport(
   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 destination is not permitted and results in an exception.

Exceptions

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

See Also

DestinationInfo Class | TIBCO.EMS.ADMIN Namespace