NeatUpload Documentation

UploadStateStore Members

UploadStateStore overview

Public Static Properties

Provider 
Providers 

Public Static Methods

Close Called to indicate that no additional calls will be made to members of the uploadState object during this request. If the implementation is supposed to share the information in the object across servers, it might need to take some action to ensure that final changes are propagated to other servers.
OpenReadOnly Returns an IUploadState for a given post-back ID
OpenReadWrite Returns an UploadState for a given post-back ID. or null if none exists.
OpenReadWriteOrCreate Returns an IUploadState for a given post-back ID. or creates one if none exists.
UploadState_Changed 

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

UploadStateStore Class | Brettle.Web.NeatUpload Namespace