GigaSpaces XAP.NET Documentation
TriggerOperationHandler Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)TriggerOperationHandler
Gets or sets the trigger operation handler that will be used in each polling iteration. The trigger operation handlers executes its logic out side the transacional context and before a transaction is created, doing so allows to reduce the overhead of creating a transaction for each polling operation that might be an idle iteration.
Declaration Syntax
C#Visual BasicVisual C++J#
public ITriggerOperationHandler<TData> TriggerOperationHandler { get; set; }
Public Property TriggerOperationHandler As ITriggerOperationHandler(Of TData)
public:
property ITriggerOperationHandler<TData>^ TriggerOperationHandler {
	ITriggerOperationHandler<TData>^ get ();
	void set (ITriggerOperationHandler<TData>^ value);
}
/** @property */
public ITriggerOperationHandler<TData> get_TriggerOperationHandler()
/** @property */
public  void set_TriggerOperationHandler(ITriggerOperationHandler<TData> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)