NeatUpload Documentation

UploadStateStore.Close Method 

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.

public static void Close(
   UploadState uploadState
);

See Also

UploadStateStore Class | Brettle.Web.NeatUpload Namespace