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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)