Click or drag to resize
SpaceGet Method (String)
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.1.5.12)
Syntax
ICollection<Tuple> Get(
	string filter
)

Parameters

filter
Type: SystemString
The filter to look for.

Return Value

Type: ICollectionTuple
The list of matching entries
See Also