GigaSpaces XAP.NET Documentation
TriggerNonBlocking Method (template, proxy)
Class LibraryGigaSpaces.XAP.Events.Polling.TriggerNonBlockingTriggerHandler<(Of <(TData>)>)TriggerNonBlocking(IQuery<(Of <(TData>)>), ISpaceProxy)
Executes trigger operation logic in non blocking mode
Declaration Syntax
C#Visual BasicVisual C++J#
protected abstract IQuery<TData> TriggerNonBlocking(
	IQuery<TData> template,
	ISpaceProxy proxy
)
Protected MustOverride Function TriggerNonBlocking ( _
	template As IQuery(Of TData), _
	proxy As ISpaceProxy _
) As IQuery(Of TData)
protected:
virtual IQuery<TData>^ TriggerNonBlocking(
	IQuery<TData>^ template, 
	ISpaceProxy^ proxy
) abstract
protected abstract IQuery<TData> TriggerNonBlocking(
	IQuery<TData> template,
	ISpaceProxy proxy
)
Parameters
template (IQuery<(Of <(TData>)>))
The template for the receive operation.
proxy (ISpaceProxy)
The proxy to execute the operation on.
Return Value
Null 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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)