TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library
Admin.DestroyMessage Method
Destroy the message for the given message ID.
public
void
DestroyMessage(
string
messageID
);
Parameters
messageID
The ID of the message to destroy.
Exceptions
Exception Type
Condition
AdminException
if not authorized or an error occurred.
ArgumentException
if messageID is not a legal ID.
See Also
Admin Class
|
TIBCO.EMS.ADMIN Namespace