NeatUpload Documentation

UploadStateStoreProvider.MergeAndSave Method 

Merges a particular UploadState with the stored UploadState and store the merged UploadState.

public abstract void MergeAndSave(
   UploadState uploadState
);

Parameters

uploadState
The UploadState to be merged.

Remarks

When this method returns, uploadState and the stored UploadState will be equivalent (though not necessarily identical) and either may have changed as a result of the merge.

See Also

UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace