GigaSpaces XAP.NET Documentation
BeginRead<(Of <(T>)>) Method (template, userCallback, stateObject)
Class LibraryGigaSpaces.CoreIReadOnlySpaceProxyBeginRead<(Of <(T>)>)(T, AsyncCallback<(Of <(T>)>), Object)
Begins an asynchronous Read<(Of <(T>)>)(T, ITransaction, Int64, ReadModifiers) operation.
Declaration Syntax
C#Visual BasicVisual C++J#
IAsyncResult<T> BeginRead<T>(
	T template,
	AsyncCallback<T> userCallback,
	Object stateObject
)
Function BeginRead(Of T) ( _
	template As T, _
	userCallback As AsyncCallback(Of T), _
	stateObject As Object _
) As IAsyncResult(Of T)
generic<typename T>
IAsyncResult<T>^ BeginRead(
	T template, 
	AsyncCallback<T>^ userCallback, 
	Object^ stateObject
)
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.
userCallback (AsyncCallback<(Of <(T>)>))
The method to be called when the asynchronous operation is complete.
stateObject (Object)
A user-provided object that distinguishes this particular asynchronous read request from other requests.
Return Value
An IAsyncResult that references the asynchronous read.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)