Click or drag to resize
SystemPropertiesReadTimeoutUnitInMillis Property
This can be called to know whether read timeout unit is in milli second.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool ReadTimeoutUnitInMillis { get; }

Return Value

Type: Boolean
true if enabled or false by default.
See Also