TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetMessage Method 

Get the message for the given message ID.

public Message GetMessage(
   string messageID
);

Parameters

messageID
The ID of the message to retrieve.

Return Value

the message for the given ID or null if none is found.

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