Aurigma Image Uploader 6.5 Dual
ImageUploader..::.AutoRecoverMaxTriesCount Property
Number of tries that should be performed to submit files.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property AutoRecoverMaxTriesCount As Integer
C#
public int AutoRecoverMaxTriesCount { get; set; }
Property Value
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.
Remarks
This property corresponds to AutoRecoverMaxTriesCount client-side property.