зеркало из https://github.com/microsoft/IPC.git
6 строки
121 B
C#
6 строки
121 B
C#
|
namespace IPC.Managed
|
|||
|
{
|
|||
|
public interface IServer<Request, Response> : IComponent, IBackgroundError
|
|||
|
{ }
|
|||
|
}
|