check point
This commit is contained in:
11
framework/Inspectron.Ringbuffer/Interfaces/IIndex.cs
Normal file
11
framework/Inspectron.Ringbuffer/Interfaces/IIndex.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Inspectron.Ringbuffer.Interfaces
|
||||
{
|
||||
public interface IIndex
|
||||
{
|
||||
void Track(string filePath);
|
||||
List<string> GetFilesToDelete(int allowedAmountGood,int allowedAmountBad);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user