RemoveStaleStatus Method (staleMinutes)
Called periodically to remove any stale status from the store.
Declaration SyntaxC#public void RemoveStaleStatus(
int staleMinutes
) Visual BasicPublic Sub RemoveStaleStatus ( _
staleMinutes As Integer _
) Parameters- staleMinutes– (Int32)
- The number of minutes not being updated after which the upload should be considered stale.
Assembly: Krystalware.SlickUpload, Version: 4.0
|