[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the queue for the given queue name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public QueueInfo GetQueue( string queueName ) |
Public Function GetQueue ( _ queueName As String _ ) As QueueInfo |
public: QueueInfo^ GetQueue( String^ queueName ) |
Parameters
- queueName
- Type: System..::.String
The name of the queue to get.
Return Value
The QueueInfo for the given name or null if the name is not found.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if queueName is not a legal name |