Returns the number of cacheserver threads.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public int CacheServerThreadCount{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CacheServerThreadCount As Integer |
| Visual C++ |
|---|
public: property int CacheServerThreadCount { int get (); } |
Return Value
the number of threads
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace