Returns the CPU usage "high water mark" (maximum CPU percentage used).
For multicast, if this value is exceeded, the back pressure message is sent to the sender
periodically.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public uint GFCpuUsageHighWatermark{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property GFCpuUsageHighWatermark As UInteger |
| Visual C++ |
|---|
public: property unsigned int GFCpuUsageHighWatermark { unsigned int get (); } |