Interval in which Image Uploader should try to resume the upload if it was interrupted.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AutoRecoverTimeOut As Integer
public int AutoRecoverTimeOut { get; set; }
A non-negative integer value that specifies the number of milliseconds the Image Uploader should wait between attempts.
Default value is 5000
.