2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-12-18 09:50:25 +00:00
This commit is contained in:
2020-03-25 08:52:15 +03:00
parent 8bd9b3282c
commit 836a1fdeae
23 changed files with 466 additions and 216 deletions

View File

@@ -67,21 +67,7 @@ namespace Esyur.Net.IIP
set;
}
[Attribute]
public uint Timeout
{
get;
set;
}
[Attribute]
public uint Clock
{
get;
set;
}
public Instance Instance
{
@@ -100,7 +86,7 @@ namespace Esyur.Net.IIP
else
listener = new TCPSocket(new IPEndPoint(IPAddress.Any, Port));
Start(listener, Timeout, Clock);
Start(listener);
}
else if (trigger == ResourceTrigger.Terminate)
{