[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the transport with a given name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TransportInfo GetTransport( string transportName ) |
Public Function GetTransport ( _ transportName As String _ ) As TransportInfo |
public: TransportInfo^ GetTransport( String^ transportName ) |
Parameters
- transportName
- Type: System..::.String
the name of the transport.
Return Value
the transport or null if not found.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if transportName is not a legal transport name |