GigaSpaces XAP.NET Documentation
IReceiveOperationHandler<(Of <(<'TData>)>)> Interface
Class LibraryGigaSpaces.XAP.Events.Polling.ReceiveIReceiveOperationHandler<(Of <(<'TData>)>)>
Perform the actual receive operations for PollingEventListenerContainer<(Of <(<'TData>)>)>. and its result is used to trigger the DataEventArrived event and BatchDataEventArrived event.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IReceiveOperationHandler<TData>
Public Interface IReceiveOperationHandler(Of TData)
generic<typename TData>
public interface class IReceiveOperationHandler
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
TData
Type of data to receive.
Members
All MembersMethods



IconMemberDescription
Receive(IQuery<(Of <<'(TData>)>>), ISpaceProxy, ITransaction, Int64)
Performs the actual receive operation. Return value is a single data object.

ReceiveBatch(IQuery<(Of <<'(TData>)>>), ISpaceProxy, ITransaction, Int64, Int32)
Performs the actual receive operation. Return value is an array of data objects.

See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)