Returns the "back pressure" time, in microseconds.
For multicast, if a node receives a back pressure message, it will pause
this long between message sends.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public uint GFBackpressureTime{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property GFBackpressureTime As UInteger |
| Visual C++ |
|---|
public: property unsigned int GFBackpressureTime { unsigned int get (); } |
Return Value
the time
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace