Click or drag to resize
UpdateUIContextChainedUpdateIndex Property
Gets the index of the current update in its update 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 ChainedUpdateIndex { get; }

Property Value

Type: Int32
The index of the current update, from 0 to ChainedUpdateCount - 1.
See Also