The list of matching entries
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
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