 | FileCachePersistorCleaner.GetExpiredSessionsId Method |
Get all expired files in a folder for cleaning folder.
Namespace:
ASDSoft.WebSigner.Server.Cache
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntaxpublic static string[] GetExpiredSessionsId(
DirectoryInfo cacheFolder,
string fileExtension
)
Parameters
- cacheFolder
- Type: System.IO.DirectoryInfo
Directory in file system, where is cache item stored. - fileExtension
- Type: System.String
Type of files (file extensions)
Return Value
Type:
String[]An array of IDs of expired signature session items.
See Also