TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetTransport Method 

Get the transport with a given name.

public TransportInfo GetTransport(
   string transportName
);

Parameters

transportName
the name of the transport.

Return Value

the transport or null if not found.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if transportName is not a legal transport name

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace