NeatUpload Documentation

UploadStateStoreProvider.CleanUpIfStale Method 

Calls Delete if the UploadState for the post-back ID is stale.

protected void CleanUpIfStale(
   string postBackID
);

Parameters

postBackID
The post-back ID of the UploadState to delete if stale.

Remarks

The UploadState is considered stale if it has not been updated in the number of seconds indicated by the stateStaleAfterSeconds attribute of the <neatUpload> element.

See Also

UploadStateStoreProvider Class | Brettle.Web.NeatUpload Namespace