初始化CRICS
This commit is contained in:
15
RCUHost/IHeartReceiver.cs
Normal file
15
RCUHost/IHeartReceiver.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
public interface IHeartReceiver
|
||||
{
|
||||
/// <summary>
|
||||
/// 向指定主机发送心跳包
|
||||
/// </summary>
|
||||
/// <param name="ip"></param>
|
||||
/// <param name="port"></param>
|
||||
//void SendHeart(string ip, int port);
|
||||
|
||||
//ConcurrentDictionary<string, DateTime> GetHostList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user