SystemPropertiesReadTimeoutUnitInMillis Property |
This can be called to know whether read timeout unit is in milli second.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ReadTimeoutUnitInMillis { get; }
Public ReadOnly Property ReadTimeoutUnitInMillis As Boolean
Get
public:
property bool ReadTimeoutUnitInMillis {
bool get ();
}
member ReadTimeoutUnitInMillis : bool with get
Return Value
Type:
Booleantrue if enabled or false by default.
See Also