RemoveStaleStatus Method (staleMinutes)
Called periodically to remove any stale status from the store.
Declaration SyntaxC#void RemoveStaleStatus(
int staleMinutes
) Visual BasicSub RemoveStaleStatus ( _
staleMinutes As Integer _
) Parameters- staleMinutes– (Int32)
- The number of minutes not being updated after which the upload should be considered stale.
Remarks
Implementers should remove all statuses that haven't been updated in the specified time whatever store they are using.
This is necessary because if a user closes the browser during an upload, the status will never get removed.
Assembly: Krystalware.SlickUpload, Version: 4.0
|