Krystalware
SlickUpload logo

ApplicationStateStatusManager Class

Implements: IStatusManager

A status manager that stores UploadStatus objects in application state.

Members

ApplicationStateStatusManager(NameValueConfigurationSection)

Instantiates an ApplicationStateStatusManager with the specified configuration.

Parameters

GetUploadStatus(String)

Called when user code calls the HttpUploadModule.GetUploadStatus method.

Parameters

Return Value

UploadStatus – The latest UploadStatus for the given uploadId, or null if none could be found.

RemoveStaleStatus(Int32)

Called periodically to remove any stale status from the store.

Parameters

  • staleMinutes (Int32) – The number of minutes not being updated after which the upload should be considered stale.

RemoveStatus(String)

Called when user code calls the HttpUploadModule.String) method.

Parameters

StatusChanged(UploadStatus)

Called when a property on the UploadStatus is changed.

Parameters

UploadStarted(UploadStatus)

Called when an upload is started.

Parameters