mq dispose

This commit is contained in:
Mikhail Trubnikov
2023-09-21 16:38:38 +10:00
parent 109ac9d70b
commit cff93be36a
4 changed files with 24 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ namespace PARR.BLL.Services.Interfaces
{
public delegate void ReceivedHandler(string msg);
public interface IMqService
public interface IMqService : IDisposable
{
event ReceivedHandler? Received;