Returns the concurrency level of the entry's local cache.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public int ConcurrencyLevel{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ConcurrencyLevel As Integer |
| Visual C++ |
|---|
public: property int ConcurrencyLevel { int get (); } |