GigaSpaces XAP.NET Documentation
QueuedEventHandlersPoolSize Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)QueuedEventHandlersPoolSize
Gets or sets the size of the event handling thread pool, this is relevant when QueuedEventHandling is set to true.
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public int QueuedEventHandlersPoolSize { get; set; }
Public Property QueuedEventHandlersPoolSize As Integer
public:
property int QueuedEventHandlersPoolSize {
	int get ();
	void set (int value);
}
/** @property */
public int get_QueuedEventHandlersPoolSize()
/** @property */
public  void set_QueuedEventHandlersPoolSize(int value)

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