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