The list of matching entries

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
ICollection<Tuple> Get(
	string filter
)
Visual Basic
Function Get ( _
	filter As String _
) As ICollection(Of Tuple)
Visual C++
ICollection<Tuple^>^ Get(
	String^ filter
)

Parameters

filter
Type: System..::..String
The filter to look for.

Return Value

The list of matching entries

See Also