using System; namespace IPC.Managed { public interface IServerAcceptor : IBackgroundError { event EventHandler>> Accepted; } }