[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the message for the given message ID.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Message GetMessage( string messageID ) |
Public Function GetMessage ( _ messageID As String _ ) As Message |
public: Message^ GetMessage( String^ messageID ) |
Parameters
- messageID
- Type: System..::.String
The ID of the message to retrieve.
Return Value
the message for the given ID or null if none is found.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if messageID is not a legal ID. |