Updated recent history with Serializable attribute to get the history from remote quartz server to quartzmin UI

This commit is contained in:
vmutyal
2019-02-19 17:06:18 -06:00
parent 2a4f0af7ca
commit d7caf9d26e
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ using System.Threading.Tasks;
namespace Quartz.Plugins.RecentHistory namespace Quartz.Plugins.RecentHistory
{ {
[Serializable]
public class ExecutionHistoryEntry public class ExecutionHistoryEntry
{ {
public string FireInstanceId { get; set; } public string FireInstanceId { get; set; }

View File

@@ -6,6 +6,7 @@ using System.Threading.Tasks;
namespace Quartz.Plugins.RecentHistory.Impl namespace Quartz.Plugins.RecentHistory.Impl
{ {
[Serializable]
public class InProcExecutionHistoryStore : IExecutionHistoryStore public class InProcExecutionHistoryStore : IExecutionHistoryStore
{ {
public string SchedulerName { get; set; } public string SchedulerName { get; set; }