UploadStateStoreProvider overview
![]() Merge | Merges two UploadState objects. |
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) |
UploadStateStoreProvider Constructor
|
Initializes a new instance of the UploadStateStoreProvider class. |
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) |
UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace