GigaSpaces XAP.NET Documentation
AsyncCallback<(Of <(T>)>) Delegate
Class LibraryGigaSpaces.CoreAsyncCallback<(Of <(T>)>)
References a method to be called when a corresponding asynchronous operation is completes.
Declaration Syntax
C#Visual BasicVisual C++J#
public delegate void AsyncCallback<T>(
	IAsyncResult<T> asyncResult
)
Public Delegate Sub AsyncCallback(Of T) ( _
	asyncResult As IAsyncResult(Of T) _
)
generic<typename T>
public delegate void AsyncCallback(
	IAsyncResult<T>^ asyncResult
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object that will be the result of the operation.
Parameters
asyncResult (IAsyncResult<(Of <(T>)>))
Handle to the asyncResult created by the operation.

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