AdaptiveUploadStateStoreProvider overview
AdaptiveUploadStateStoreProvider Constructor
|
Initializes a new instance of the AdaptiveUploadStateStoreProvider class. |
Description | |
Name (inherited from UploadStateStoreProvider) |
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) |
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) |
AdaptiveUploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace