The function Returns a list of TableEntry objects that matches the specified key. If a null or empty key is passed in, then a null is returned.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Function GetEntries ( _
	key As String _
) As List(Of AmqpTableEntry)
C#
public List<AmqpTableEntry> GetEntries(
	string key
)
Visual C++
public:
List<AmqpTableEntry^>^ GetEntries(
	String^ key
)

Parameters

key
Type: System..::..String
name of the entry

Return Value

List of AmqpTableEntry that matches the specified key.

See Also