NeatUpload Documentation

AdaptiveUploadStateStoreProvider.Initialize Method 

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.

public override void Initialize(
   string name,
   NameValueCollection attrs
);

Parameters

name
A String to be passed to the Initialize
attrs
A NameValueCollection to be passed to the Initialize

See Also

AdaptiveUploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace