Number of tries that should be performed to submit files.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AutoRecoverMaxTriesCount As Integer
public int AutoRecoverMaxTriesCount { get; set; }
A non-negative integer value which specify how many attempts for upload to do (including the very first attempt). If you want to disable automatic resuming feature, set this property to 1.
Default value is 1.