GigaSpaces XAP.NET Documentation
Read<(Of <(T>)>) Method (template, tx)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyRead<(Of <(T>)>)(T, ITransaction)
Read any matching object from the space, blocking until one exists. Return null if the timeout expires.
Declaration Syntax
C#Visual BasicVisual C++J#
T Read<T>(
	T template,
	ITransaction tx
)
Function Read(Of T) ( _
	template As T, _
	tx As ITransaction _
) As T
generic<typename T>
T Read(
	T template, 
	ITransaction^ tx
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to read.
Parameters
template (T)
The template used for matching.
tx (ITransaction)
The transaction (if any) under which to work.
Return Value
A copy of the object read from the space (null if no match was found).
Exceptions
ExceptionCondition
UnusableEntryExceptionA serialized field of the object being read cannot be deserialized.
TransactionExceptionTransaction error occured.
InactiveSpaceExceptionThe space is in backup mode and therefore is not active.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)