WebUpdateController.UpdateCompletionNotificationPath Property
Gets or sets a relative file path on the web server where completion Notifications can be written. Notification Actions executed in the update process writes the notifications, and the Web Update Controller uses the notification file to detect the completion of the update process. If a location is not specified, the Web Update controller will not attempt to detect completion of the update process.
[Visual Basic]
Public Property UpdateCompletionNotificationPath As String
[C#]
public string UpdateCompletionNotificationPath {get;set;}
See Also
WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace