mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
added timer service to home controller
This commit is contained in:
9
Core/Timer/TimerServiceConfiguration.cs
Normal file
9
Core/Timer/TimerServiceConfiguration.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LiveGameFeed.Core.MvcTimer
|
||||
{
|
||||
public class TimerServiceConfiguration
|
||||
{
|
||||
public int DueTime { get; set; }
|
||||
|
||||
public int Period { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user