Krystalware
SlickUpload logo

Krystalware.SlickUpload.Status Namespace

SlickUpload status management functionality.

Types

IStatusManager

Represents a contract for a status manager class that stores and retrieves UploadStatus objects for uploads in progress.

StatusManagerType

Enumeration of the possible status managers.

SqlClientStatusManager

A status manager that stores UploadStatus objects in a SQL server database.

ApplicationStateStatusManager

A status manager that stores UploadStatus objects in application state.

UploadState

The state of an upload.

UploadTerminationReason

The reason the upload was terminated.

UploadStatus

Contains information about the current status of an upload. Properties are updated in real time as the upload progresses.