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

Get the messages that have the given correlation ID.

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

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

See Also