The list of matching entries

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

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
)
F#
abstract Get : 
        filter : string -> ICollection<Tuple> 

Parameters

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

Return Value

Type: ICollection<(Of <(<'Tuple>)>)>
The list of matching entries

See Also