This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AutoRecoverTimeOut Property

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)

Syntax

Visual Basic
Public Property AutoRecoverTimeOut As Integer
C#
public int AutoRecoverTimeOut { get; set; }

Property Value

A non-negative integer value that specifies the number of milliseconds the Image Uploader should wait between attempts.

Default value is 5000.

Remarks

This property corresponds to AutoRecoverTimeOut client-side property.

See Also

Reference