GigaSpaces XAP.NET Documentation
Receive Method (template, proxy, tx, receiveTimeout)
Class LibraryGigaSpaces.XAP.Events.Polling.ReceiveNonBlockingReceiveHandler<(Of <(TData>)>)Receive(IQuery<(Of <(TData>)>), ISpaceProxy, ITransaction, Int64)
Performs the actual receive operation. Return values allowed are single object or an array of objects.
Declaration Syntax
C#Visual BasicVisual C++J#
public TData Receive(
	IQuery<TData> template,
	ISpaceProxy proxy,
	ITransaction tx,
	long receiveTimeout
)
Public Function Receive ( _
	template As IQuery(Of TData), _
	proxy As ISpaceProxy, _
	tx As ITransaction, _
	receiveTimeout As Long _
) As TData
public:
virtual TData Receive(
	IQuery<TData>^ template, 
	ISpaceProxy^ proxy, 
	ITransaction^ tx, 
	long long receiveTimeout
) sealed
public final TData Receive(
	IQuery<TData> template,
	ISpaceProxy proxy,
	ITransaction tx,
	long receiveTimeout
)
Parameters
template (IQuery<(Of <(TData>)>))
The template for the receive operation.
proxy (ISpaceProxy)
The proxy to execute the operation on.
tx (ITransaction)
Operation's transaction context, can be null.
receiveTimeout (Int64)
Operation's receive timeout
Return Value
An object that will be passed to the event listener, null result doesn't trigger an event.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)