Executes receive operation logic in non blocking mode
            
| C# | Visual Basic | Visual C++ | J# | 
protected override TData ReceiveNonBlocking( IQuery<TData> template, ISpaceProxy proxy, ITransaction tx )
Protected Overrides Function ReceiveNonBlocking ( _ template As IQuery(Of TData), _ proxy As ISpaceProxy, _ tx As ITransaction _ ) As TData
protected: virtual TData ReceiveNonBlocking( IQuery<TData>^ template, ISpaceProxy^ proxy, ITransaction^ tx ) override
protected TData ReceiveNonBlocking( IQuery<TData> template, ISpaceProxy proxy, ITransaction tx )
- proxy (ISpaceProxy)
 - The proxy to execute the operation on.
 
- tx (ITransaction)
 - Operation's transaction context, can be null.
 
An object that will be passed to the event listener, null result doesn't trigger an event.
