using Longbow.Web.SignalR; namespace Bootstrap.Admin { /// /// 后台任务消息Hub /// public class TaskLogHub : SignalRHub { } }