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

Deletes a temporary queue that belongs to this connection.

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

See Also