mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-15 19:58:10 +00:00
Added projects MtApi4 and MtApi5
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MTApiService
|
||||
{
|
||||
public interface ICommandManager
|
||||
{
|
||||
void EnqueueCommand(MtCommand command);
|
||||
MtCommand DequeueCommand();
|
||||
|
||||
void OnCommandExecuted(MtExpert expert, MtCommand command, MtResponse response);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user