AttributesFactorySetConcurrencyLevel 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 void SetConcurrencyLevel(
int concurrencyLevel
)
Public Sub SetConcurrencyLevel (
concurrencyLevel As Integer
)
public:
void SetConcurrencyLevel(
int concurrencyLevel
)
member SetConcurrencyLevel :
concurrencyLevel : int -> unit
Parameters
- concurrencyLevel
- Type: SystemInt32
the concurrency level of the entry map
Exceptions
See Also