GigaSpaces XAP.NET Documentation
QueuedEventHandling Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)QueuedEventHandling
Gets or sets whether events are processed in the notification thread or queued and processed in different event handler threads.
Note:Using QueuedEventHandling in conjuction with larger than one QueuedEventHandlersPoolSize might break fifo behaviour if fifo is configured by the space or the specific class type.
Note:The notification is executed in a resource pool of the proxy that handles notifications, if the notification triggered code takes too long, it can overload the proxy notification resources which can cause notifications evantually to get lost.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool QueuedEventHandling { get; set; }
Public Property QueuedEventHandling As Boolean
public:
property bool QueuedEventHandling {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_QueuedEventHandling()
/** @property */
public  void set_QueuedEventHandling(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)