Krystalware
SlickUpload logo

IStatusManager Interface

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

Declaration Syntax

C#

public interface IStatusManager

Visual Basic

Public Interface IStatusManager

Members

IconMemberDescription
GetUploadStatus(String)
Called when user code calls the GetUploadStatus()()() method.
RemoveStaleStatus(Int32)
Called periodically to remove any stale status from the store.
RemoveStatus(String)
Called when user code calls the RemoveStatus(String) method.
StatusChanged(UploadStatus)
Called when a property on the UploadStatus is changed.
UploadStarted(UploadStatus)
Called when an upload is started.

Assembly: Krystalware.SlickUpload, Version: 4.0