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

Deletes this temporary topic.

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 topic, the server deletes any unconsumed messages in the topic.

If the client still has listeners or receivers for the topic, or is in the middle of a Receive call, then Delete throws an EMSException.

See Also