ApplicationQueuingAttribute::MaxListenerThreads Property
.NET Framework (current version)
Gets or sets the number of threads used to extract messages from the queue and activate the corresponding component.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Property Value
Type: System::Int32The maximum number of threads to use for processing messages arriving in the queue. The default is zero.
The valid range for this property is 0 to 1000. The default is zero. For a newly created application, the setting is derived from the algorithm currently used for determining the default number of listener threads: 16 times the number of CPUs in the server.
For more information, see QcListenerMaxThreads in Applications (COM+).
.NET Framework
Available since 1.1
Available since 1.1
Show: