GigaSpaces XAP.NET Documentation
EndRead<(Of <(T>)>) Method (asyncResult)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyEndRead<(Of <(T>)>)(IAsyncResult<(Of <(T>)>))
Waits for the pending asynchronous read to complete.
Declaration Syntax
C#Visual BasicVisual C++J#
T EndRead<T>(
	IAsyncResult<T> asyncResult
)
Function EndRead(Of T) ( _
	asyncResult As IAsyncResult(Of T) _
) As T
generic<typename T>
T EndRead(
	IAsyncResult<T>^ asyncResult
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object to read.
Parameters
asyncResult (IAsyncResult<(Of <(T>)>))
The reference to the pending asynchornous request to wait for.
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.
SqlQueryExceptionThe query template is an illegal SqlQuery.

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