Perform the actual receive operations for PollingEventListenerContainer<(Of <(TData>)>). and its result is used to trigger the
            DataEventArrived event and BatchDataEventArrived event.	
            
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IReceiveOperationHandler<TData>
Public Interface IReceiveOperationHandler(Of TData)
generic<typename TData> public interface class IReceiveOperationHandler
- TData
 - Type of data to receive.
 
| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
| 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.
              | 
