Executes trigger operation logic in non blocking mode
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
protected override IQuery<TData> TriggerNonBlocking( IQuery<TData> template, ISpaceProxy proxy )
Protected Overrides Function TriggerNonBlocking ( _ template As IQuery(Of TData), _ proxy As ISpaceProxy _ ) As IQuery(Of TData)
protected: virtual IQuery<TData>^ TriggerNonBlocking( IQuery<TData>^ template, ISpaceProxy^ proxy ) override
protected IQuery<TData> TriggerNonBlocking( IQuery<TData> template, ISpaceProxy proxy )
 Parameters
 Parameters- proxy (ISpaceProxy)
- The proxy to execute the operation on.
 Return Value
 Return ValueNull value when the receive operation should not be triggered, otherwise a non null value that can also
            be used as the receive template if UseTriggerAsTemplate is set to true.
