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

Destroy the message for the given message ID.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException if messageID is not a legal ID.

See Also