Reads an entry of the specified type with the specified id from the space.
Blocks up to the specified timeout (if any) until a matching entry is avaliable.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
T ReadById<T>( Object id )
Function ReadById(Of T) ( _ id As Object _ ) As T
generic<typename T> T ReadById( Object^ id )
![](../icons/collapse_all.gif)
- T
- Type of requested entry.
![](../icons/collapse_all.gif)
- id (Object)
- ID of requested entry.
![](../icons/collapse_all.gif)
Result entry from space (null if not found).