ConcurrencyLimiter(Int32) Constructor
Namespace: Gemstone.ThreadingAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.180 -- Release Build+a845344ed3daafa3a6dd84c4c08212017c48c35e
public ConcurrencyLimiter(
int maximumConcurrencyLevel
)
Public Sub New (
maximumConcurrencyLevel As Integer
)
public:
ConcurrencyLimiter(
int maximumConcurrencyLevel
)
Gemstone.Threading.ConcurrencyLimiter = function(maximumConcurrencyLevel);
Parameters
- maximumConcurrencyLevel Int32
- The initial value for MaximumConcurrencyLevel.