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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionFactory SetConcurrencyLevel(
int concurrencyLevel
)
Public Function SetConcurrencyLevel (
concurrencyLevel As Integer
) As RegionFactory
public:
RegionFactory^ SetConcurrencyLevel(
int concurrencyLevel
)
member SetConcurrencyLevel :
concurrencyLevel : int -> RegionFactory
Parameters
- concurrencyLevel
- Type: SystemInt32
the concurrency level of the entry map
Return Value
Type:
RegionFactorythe instance of RegionFactory
Exceptions
See Also