NeatUpload Documentation

UploadStateStoreProvider Members

UploadStateStoreProvider overview

Public Static Methods

Merge Merges two UploadState objects.

Public Instance Properties

Description 
Name 

Public Instance Methods

Equals (inherited from Object) 
GetCleanUpIfStaleCallback Returns the UploadStateStoreProvider.CleanUpIfStaleCallback that NeatUpload should call when a post-back ID might be stale.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Initialize Initialize this object using the name and attributes.
Load Returns an IUploadState for a given post-back ID.
MergeAndSave Merges a particular UploadState with the stored UploadState and store the merged UploadState.
ToString (inherited from Object) 

Protected Instance Constructors

UploadStateStoreProvider Constructor Initializes a new instance of the UploadStateStoreProvider class.

Protected Instance Methods

CleanUpIfStale Calls Delete if the UploadState for the post-back ID is stale.
Delete Responsible for deleting the UploadState for a post-back ID from storage.
Finalize (inherited from Object) 
IsStale Returns true if the specified UploadState is considered stale.
MemberwiseClone (inherited from Object) 

See Also

UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace