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

UploadRequest.CacheAliveTimeout Property

Gets or sets a maximum time (in seconds) the upload session cache will be saved.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property CacheAliveTimeout As TimeSpan
C#
public TimeSpan CacheAliveTimeout { get; set; }

Property Value

Type: System.TimeSpan

The maximum time (in seconds) the upload session cache will be saved.

See Also

Reference