InProcUploadStateStoreProvider overview
InProcUploadStateStoreProvider Constructor
|
Initializes a new instance of the InProcUploadStateStoreProvider class. |
Description | |
Name (inherited from UploadStateStoreProvider) |
Equals (inherited from Object) | |
GetCleanUpIfStaleCallback | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Initialize (inherited from UploadStateStoreProvider) | Initialize this object using the name and attributes. |
Load | Returns an IUploadState for a given post-back ID. If one does not exist yet, a new one is created and returned. |
MergeAndSave | |
ToString (inherited from Object) |
CleanUpIfStale (inherited from UploadStateStoreProvider) | Calls Delete if the UploadState for the post-back ID is stale. |
Delete | |
Finalize (inherited from Object) | |
IsStale (inherited from UploadStateStoreProvider) | Returns true if the specified UploadState is considered stale. |
MemberwiseClone (inherited from Object) |
InProcUploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace