[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Remove an import transport from the list of transports this destination
imports messages from.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void RemoveImportTransport( string transportName ) |
Public Sub RemoveImportTransport ( _ transportName As String _ ) |
public: void RemoveImportTransport( 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 destination 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 import transports is inherited |