UploadProgress Component Properties

Dundas

UploadProgress Component Properties

The following is a listing of all UploadProgress Component properties:

Property

Data Type

Description

 
ProgressID

 
long

 
A unique Progress ID (set by the GetNewProgressID method).
 

PercentCompleted

long

Read-only, the upload completion percentage (set by the GetProgress method). This will be negative one (-1) if there has been no data uploaded yet.
 

StateServer

string

The IP address of the machine where the State Server executable is running.
 

StateServerPort

long

The port number to use for the State Server Component.
 

TotalSize

long

Read-only, the total amount of data being uploaded (set by the GetProgress method). This will be negative one (-1) if there has been no data uploaded yet.
 

UploadedSize

long

Read-only, the amount of data which has been uploaded (set by the GetProgress method). This will be negative one (-1) if there has been no data uploaded yet.
 

See Also: UploadProgress Component Methods | Overview (UploadProgress Component)