mirror of
https://github.com/fergalmoran/Quartzmin.git
synced 2025-12-22 09:27:38 +00:00
Updated recent history with Serializable attribute to get the history from remote quartz server to quartzmin UI
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Quartz.Plugins.RecentHistory
|
||||
{
|
||||
[Serializable]
|
||||
public class ExecutionHistoryEntry
|
||||
{
|
||||
public string FireInstanceId { get; set; }
|
||||
|
||||
@@ -6,6 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Quartz.Plugins.RecentHistory.Impl
|
||||
{
|
||||
[Serializable]
|
||||
public class InProcExecutionHistoryStore : IExecutionHistoryStore
|
||||
{
|
||||
public string SchedulerName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user