Add project files.
This commit is contained in:
8
EpsonPrintService/IPrintJobSource.cs
Normal file
8
EpsonPrintService/IPrintJobSource.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Threading.Channels;
|
||||
|
||||
namespace EpsonPrintService;
|
||||
|
||||
public interface IPrintJobSource
|
||||
{
|
||||
Task<PrintJob> GetNextJobAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user