[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy the message for the given message ID.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DestroyMessage( string messageID ) |
Public Sub DestroyMessage ( _ messageID As String _ ) |
public: void DestroyMessage( String^ messageID ) |
Parameters
- messageID
- Type: System..::.String
The ID of the message to destroy.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if messageID is not a legal ID. |