thinClientUpdateInterval

Type: Integer

The thinClientUpdateInterval property of the ProgressBar control specifies (in milliseconds) how often the progress bar is redrawn when the percentage changes when running the application in thin client mode. The default value of 1000 milliseconds (1 second) specifies that the control is updated only when the percentage changes and at least one second has elapsed since it was last updated or the 100 percent mark has been reached.

If you set the value of the thinClientUpdateInterval property to zero (0) when the application is running in thin client mode, the progress bar is updated for every required percentage change specified by the partsDone property.

This automatic thin client optimization prevents an unnecessary number of messages being sent over the TCP connection when the progress updates at a fast rate.