Click or drag to resize
UpdateUIContextChainedUpdateCount Property
Gets the number of updates in the current update's chain.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public int ChainedUpdateCount { get; }

Property Value

Type: Int32
The number of udpates in the current update's chain.
See Also