NeatUpload Documentation

InProcUploadStateStoreProvider Class

Stores and retrieves IUploadState objects in the ApplicationState so they are not shared across processes

For a list of all members of this type, see InProcUploadStateStoreProvider Members.

System.Object
   Brettle.Web.NeatUpload.UploadStateStoreProvider
      Brettle.Web.NeatUpload.InProcUploadStateStoreProvider

public class InProcUploadStateStoreProvider : UploadStateStoreProvider

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The IUploadState objects are stored in the ApplicationState so they are not shared across processes. As a result, this class will not work with web gardens/farms. This class is instantiated by NeatUpload if it is added in the <providers> section of the <neatUpload> section. Application developers should not instantiate it directly.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

InProcUploadStateStoreProvider Members | Brettle.Web.NeatUpload Namespace