UploadProgress Component Methods
The following is a list of all methods of the UploadProgress Component:
Method |
Description |
|
|
GetProgress |
Connects to the State Server component and causes the TotalSize, UploadedSize and PercentCompleted properties of the Progress Bar component to be re-calculated. You must obtain an ID (via GetNewProgressID) before calling this method. |
DeleteProgress |
Connects to the State Server component and deletes the progress state information for the given ProgressID. You must obtain an ID (via GetNewProgressID) before calling this method. |
Please note that any errors will result in an exception being thrown.
See Also: Progress Bar Component Methods | Overview (Progress Bar Component)