Read an array of matching objects from the space.
Matching is done as in read with no timeout.
Declaration Syntax
Generic Template Parameters
- T
- Type of object to read.
Parameters
- query (IQuery<(Of <(<'T>)>)>)
- The query used for matching.
Return Value
An array of objects read from the space (empty array if no match was found).
Exceptions
Exception | Condition |
---|---|
ReadMultipleException | The operation had a failure. |