GigaSpaces XAP.NET Documentation
EndExecute<(Of <(T>)>) Method (asyncResult)
Class LibraryGigaSpaces.CoreISpaceProxyEndExecute<(Of <(T>)>)(IAsyncResult<(Of <(T>)>))
Waits for the pending asynchronous execution to complete.
Declaration Syntax
C#Visual BasicVisual C++J#
T EndExecute<T>(
	IAsyncResult<T> asyncResult
)
Function EndExecute(Of T) ( _
	asyncResult As IAsyncResult(Of T) _
) As T
generic<typename T>
T EndExecute(
	IAsyncResult<T>^ asyncResult
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of task execution result.
Parameters
asyncResult (IAsyncResult<(Of <(T>)>))
The reference to the pending asynchornous request to wait for.
Return Value
Execution result.

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