Read an array of matching objects from the space.
Matching is done as in read with no timeout.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
T[] ReadMultiple<T>( T template )
Function ReadMultiple(Of T) ( _ template As T _ ) As T()
generic<typename T> array<T>^ ReadMultiple( T template )
![](../icons/collapse_all.gif)
- T
- Type of object to read.
![](../icons/collapse_all.gif)
- template (T)
- The template used for matching.
![](../icons/collapse_all.gif)
An array of objects read from the space (empty array if no match was found).
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
ReadMultipleException | The operation had a failure. |