添加项目文件。
This commit is contained in:
11
HT.Cloud.Service/AutoJob/IJobTask.cs
Normal file
11
HT.Cloud.Service/AutoJob/IJobTask.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
using HT.Cloud.Code;
|
||||
|
||||
namespace HT.Cloud.Service.AutoJob
|
||||
{
|
||||
public interface IJobTask
|
||||
{
|
||||
//执行方法
|
||||
Task<AlwaysResult> Start();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user