[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Deletes a temporary queue that belongs to this connection.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void Delete() |
Public Sub Delete |
public: void Delete() |
Remarks
When a client deletes a temporary queue, the server deletes any unconsumed messages in the queue.
If the client still has listeners or receivers for the queue, or is in the middle of a Receive call, then Delete throws an EMSException.