RegionAttributesConcurrencyLevel Property |
Returns the concurrency level of the entry's local cache.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int ConcurrencyLevel { get; }
Public ReadOnly Property ConcurrencyLevel As Integer
Get
public:
property int ConcurrencyLevel {
int get ();
}
member ConcurrencyLevel : int with get
Return Value
Type:
Int32the concurrency level
See Also