NeatUpload Documentation

AdaptiveUploadStateStoreProvider Methods

The methods of the AdaptiveUploadStateStoreProvider class are listed below. For a complete list of AdaptiveUploadStateStoreProvider class members, see the AdaptiveUploadStateStoreProvider Members topic.

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. The name and attributes are passed to the SessionBasedUploadStateStoreProvider that this provider uses if the session state mode is something other than Off or InProc.
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 Methods

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

See Also

AdaptiveUploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace