namespace JNPF.Message.Interfaces; /// /// 业务抽象:消息会话. /// public interface IImReplyService { /// /// 强制下线. /// /// void ForcedOffline(string connectionId); }