SystemPropertiesDurableTimeout Property |
Returns the durable client's timeout.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint DurableTimeout { get; }
Public ReadOnly Property DurableTimeout As UInteger
Get
public:
property unsigned int DurableTimeout {
unsigned int get ();
}
member DurableTimeout : uint32 with get
Return Value
Type:
UInt32the durable client timeout
See Also