Gets or sets the number of executing threads.
            	This property determines how many active threads will be used to upload 
            	the file. The default value is 10 threads.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public int NumberOfUploadThreads { get; set; }
 Remarks
 Remarks
            	A value less than or equal to 0 will be silently ignored.