13 lines
182 B
C#
13 lines
182 B
C#
|
using Longbow.Web.SignalR;
|
|||
|
|
|||
|
namespace Bootstrap.Admin
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 后台任务消息Hub
|
|||
|
/// </summary>
|
|||
|
public class TaskLogHub : SignalRHub
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|