mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
refactoring, WiP
This commit is contained in:
@@ -4,9 +4,16 @@ using MalwareMultiScan.Shared.Message;
|
||||
|
||||
namespace MalwareMultiScan.Shared.Services.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Scan background job.
|
||||
/// </summary>
|
||||
[AutomaticRetry(Attempts = 0, OnAttemptsExceeded = AttemptsExceededAction.Delete)]
|
||||
public interface IScanBackgroundJob
|
||||
{
|
||||
/// <summary>
|
||||
/// Start scan.
|
||||
/// </summary>
|
||||
/// <param name="message">Scan queue message.</param>
|
||||
Task Process(ScanQueueMessage message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user