4cd57f4a90
Migrate all SignalR 1.x Persistent Connections to SignalR 2.x Hubs. Abstracts ScheduledTaskStatus with core interface and adds a Mock for optional status reporting. Noticeboards rewritten (with new theme) to be more resilient and accurate.
13 lines
297 B
C#
13 lines
297 B
C#
using Disco.Models.UI.Config.Shared;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Disco.Web.Areas.Config.Models.Shared
|
|
{
|
|
public class TaskStatusModel : ConfigSharedTaskStatusModel
|
|
{
|
|
public string SessionId { get; set; }
|
|
}
|
|
} |