[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the messages that have the given correlation ID.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Message[] GetMessages( string correlationID ) |
Public Function GetMessages ( _ correlationID As String _ ) As Message() |
public: array<Message^>^ GetMessages( String^ correlationID ) |
Parameters
- correlationID
- Type: System..::.String
The correlation ID of the messages to retrieve.
Return Value
The array of messages with the given correlation ID.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if correlationID is not a legal ID. |