UpdateControllerApplicationId Property |
Gets or sets a
Guid that is used to uniquely identify the application
that is being updated.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Guid ApplicationId { get; set; }
Public Property ApplicationId As Guid
Get
Set
public:
property Guid ApplicationId {
Guid get ();
void set (Guid value);
}
member ApplicationId : Guid with get, set
Property Value
Type:
Guid
A
Guid that uniquely identifies the application.
Exceptions
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