GigaSpaces XAP.NET Documentation
QueuedEventsSizeLimit Property
Class LibraryGigaSpaces.XAP.Events.NotifyNotifyEventListenerContainer<(Of <(TData>)>)QueuedEventsSizeLimit
Gets or sets the size of the events queue, this is relevant when QueuedEventHandling is set to true. When the queue size is reached, it will block until the size decreases.
Declaration Syntax
C#Visual BasicVisual C++J#
public int QueuedEventsSizeLimit { get; set; }
Public Property QueuedEventsSizeLimit As Integer
public:
property int QueuedEventsSizeLimit {
	int get ();
	void set (int value);
}
/** @property */
public int get_QueuedEventsSizeLimit()
/** @property */
public  void set_QueuedEventsSizeLimit(int value)

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