Perform the actual receive operations for PollingEventListenerContainer<(Of <(<'TData>)>)>. and its result is used to trigger the
DataEventArrived event and BatchDataEventArrived event.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public interface IReceiveOperationHandler<TData>
Public Interface IReceiveOperationHandler(Of TData)
generic<typename TData> public interface class IReceiveOperationHandler
![](../icons/collapse_all.gif)
- TData
- Type of data to receive.
![](../icons/collapse_all.gif)
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.
|
![](../icons/collapse_all.gif)