[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Change the properties of the queue corresponding to the given
QueueInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void UpdateQueue( QueueInfo queue ) |
Public Sub UpdateQueue ( _ queue As QueueInfo _ ) |
public: void UpdateQueue( QueueInfo^ queue ) |
Parameters
- queue
- Type: TIBCO.EMS.ADMIN..::.QueueInfo
The QueueInfo for the queue to be modified.
Remarks
This method can only be used to update a queue
that already exists on the server. To create a new queue use the
CreateQueue(QueueInfo) method.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if QueueInfo object is null. |