Deletes this Temporary Destination, If there are existing receivers
still using it, a NMSException will be thrown.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Sub Delete |
| C# |
|---|
void Delete() |
| Visual C++ |
|---|
void Delete() |
| JavaScript |
|---|
function delete(); |
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..NMSException | If NMS Provider fails to Delete the Temp Destination or the client does not support this operation. |