初始化CRICS
This commit is contained in:
18
RCUHost/IUpdateHostReceiver.cs
Normal file
18
RCUHost/IUpdateHostReceiver.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Domain;
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
public interface IUpdateHostReceiver
|
||||
{
|
||||
/// <summary>
|
||||
/// 升级
|
||||
/// </summary>
|
||||
/// <param name="hostUpdate">升级文件</param>
|
||||
/// <param name="hosts">需要升级的主机</param>
|
||||
void Update(HostUpdate hostUpdate, FileType fileType, string fileHref, string fileMd5, IList<Host> hosts);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user