Click or drag to resize
RegionFactorySetConcurrencyLevel Method
Sets the concurrency level of the next RegionAttributes created. This value is used in initializing the map that holds the entries.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public RegionFactory SetConcurrencyLevel(
	int concurrencyLevel
)

Parameters

concurrencyLevel
Type: SystemInt32
the concurrency level of the entry map

Return Value

Type: RegionFactory
the instance of RegionFactory
Exceptions
ExceptionCondition
IllegalArgumentException if concurrencyLevel is nonpositive
See Also