Take an array of matching objects from the space.
            Matching is done as in Take with no timeout. 
            
- T
 - Type of object to read.
 
- query (IQuery<(Of <(T>)>))
 - The query used for matching.
 
An array of objects taken from the space (empty array if no match was found).
| Exception | Condition | 
|---|---|
| TakeMultipleException | The operation had a failure. | 
