Click or drag to resize
SystemPropertiesSuspendedTxTimeout Property
Returns the timeout after which suspended transactions are rolled back.

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

Return Value

Type: UInt32
the timeout for suspended transactions
See Also