Click or drag to resize
UpdateContextLog Property
Gets the update log.

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 IUpdateLog Log { get; }

Property Value

Type: IUpdateLog
An IUpdateLog that can be used to log actions.
See Also