Deletes this Temporary Destination, If there are existing receivers still using it, a NMSException will be thrown.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Sub Delete
C#
void Delete()
Visual C++
void Delete()
JavaScript
function delete();

Exceptions

ExceptionCondition
Apache.NMS..::..NMSException If NMS Provider fails to Delete the Temp Destination or the client does not support this operation.

See Also