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

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void RemoveExportTransport(
	string transportName
)
Public Sub RemoveExportTransport ( _
	transportName As String _
)
public:
void RemoveExportTransport(
	String^ transportName
)

Parameters

transportName
Type: System..::.String
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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if transportName is not a legal transport name
TIBCO.EMS.ADMIN..::.AdminException if export transports is inherited

See Also