Click or drag to resize
UpdateControllerApplicationId Property
Gets or sets a Guid that is used to uniquely identify the application that is being updated.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public Guid ApplicationId { get; set; }

Property Value

Type: Guid
A Guid that uniquely identifies the application.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
All controllers that share the same ApplicationId can download the same updates and they all receive UpdateStarting events (and shut down their hosting applications) when one starts to apply an update.
See Also