using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConfMan.IOB.Core { /// /// Classe setup comunicazione server REDIS /// public class RedisPub { /// /// Minimo delta in sec x considerare variazioni informazioni inviate ad IOB-MAN via redis /// public int MinDeltaSec { get; set; } = 2; } }