GigaSpaces XAP.NET Documentation
ReceiveBatchBlocking Method (template, proxy, tx, receiveTimeout, batchSize)
Class LibraryGigaSpaces.XAP.Events.Polling.ReceiveReadReceiveOperationHandler<(Of <(TData>)>)ReceiveBatchBlocking(IQuery<(Of <(TData>)>), ISpaceProxy, ITransaction, Int64, Int32)
Executes receive operation logic in blocking mode
Declaration Syntax
C#Visual BasicVisual C++J#
protected virtual TData[] ReceiveBatchBlocking(
	IQuery<TData> template,
	ISpaceProxy proxy,
	ITransaction tx,
	long receiveTimeout,
	int batchSize
)
Protected Overridable Function ReceiveBatchBlocking ( _
	template As IQuery(Of TData), _
	proxy As ISpaceProxy, _
	tx As ITransaction, _
	receiveTimeout As Long, _
	batchSize As Integer _
) As TData()
protected:
virtual array<TData>^ ReceiveBatchBlocking(
	IQuery<TData>^ template, 
	ISpaceProxy^ proxy, 
	ITransaction^ tx, 
	long long receiveTimeout, 
	int batchSize
)
protected TData[] ReceiveBatchBlocking(
	IQuery<TData> template,
	ISpaceProxy proxy,
	ITransaction tx,
	long receiveTimeout,
	int batchSize
)
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
batchSize (Int32)
operation's batch size
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: 9.1.2.7920 (9.1.2.7920)