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

Remove an import transport from the list of transports this destination imports messages from.

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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminInvalidNameExceptionif transportName is not a legal transport name
TIBCO.EMS.ADMIN..::.AdminExceptionif import transports is inherited

See Also