[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Add a new export transport to the list of transports this destination
exports messages to.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void AddExportTransport( string transportName ) |
Public Sub AddExportTransport ( _ transportName As String _ ) |
public: void AddExportTransport( String^ transportName ) |
Parameters
- transportName
- Type: System..::.String
the name of the transport.
Remarks
If the current list of transports has been
inherited from a parent topic then adding a transport will stop the
inheritance and the inherited transports will all be removed
from the list and replaced with the new one. From then on
ExportTransportsInherited will indicate that the transports are no
longer inherited and future calls to addExportTransport will simply add
new transports to the list.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if transportName is not a legal transport name |