[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Remove an export transport from the list of transports this destination
exports messages to.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if transportName is not a legal transport name |
TIBCO.EMS.ADMIN..::.AdminException | if export transports is inherited |