Returns the message queue size "low water mark".
For multicast, if the message queue size 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 GFLowWatermark{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property GFLowWatermark As UInteger |
| Visual C++ |
|---|
public: property unsigned int GFLowWatermark { unsigned int get (); } |
Return Value
the low water mark
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace