Krystalware
SlickUpload logo

Krystalware.SlickUpload.Status Namespace

Provides SlickUpload status management functionality.

Declaration Syntax

C#

namespace Krystalware.SlickUpload.Status

Visual Basic

Namespace Krystalware.SlickUpload.Status

Types

IconTypeDescription
ApplicationStateStatusManager
A status manager that stores UploadStatus objects in application state.
IStatusManager
Represents a contract for a status manager class that stores and retrieves UploadStatus objects for uploads in progress.
SqlClientStatusManager
A status manager that stores UploadStatus objects in a SQL server database.
StatusManagerType
Enumeration of the possible status managers.
UploadState
The state of an upload.
UploadStatus
Contains information about the current status of an upload. Properties are updated in real time as the upload progresses.
UploadTerminationReason
The reason the upload was terminated.