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