The list of matching entries
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxICollection<Tuple> Get(
string filter
)
Function Get (
filter As String
) As ICollection(Of Tuple)
ICollection<Tuple^>^ Get(
String^ filter
)
abstract Get :
filter : string -> ICollection<Tuple>
Parameters
- filter
- Type: SystemString
The filter to look for.
Return Value
Type:
ICollectionTuple
The list of matching entries
See Also