[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the transport with a given name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if transportName is not a legal transport name

See Also