aswi2022bug-thugs-gitlab/ld_client/LDClient/detection/IProcessDetection.cs @ a155a763
1 |
namespace LDClient.detection { |
---|---|
2 |
|
3 |
internal interface IProcessDetection { |
4 |
|
5 |
public void RunPeriodicDetection(); |
6 |
}
|
7 |
}
|