GigaSpaces XAP.NET Documentation
MaxConcurrentConsumers Property
Class LibraryGigaSpaces.XAP.Events.PollingPollingEventListenerContainer<(Of <(TData>)>)MaxConcurrentConsumers
The maximum number of concurrent consumers, that can be scaled up to on demand, that polls and then executes events, this number can't be less than MinConcurrentConsumers.
Declaration Syntax
C#Visual BasicVisual C++J#
public int MaxConcurrentConsumers { get; set; }
Public Property MaxConcurrentConsumers As Integer
public:
property int MaxConcurrentConsumers {
	int get ();
	void set (int value);
}
/** @property */
public int get_MaxConcurrentConsumers()
/** @property */
public  void set_MaxConcurrentConsumers(int value)

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