Torna al Thread

private void InitializeComponent() { this.timerSchedulazioni = new System.Timers.Timer(); ((System.ComponentModel.ISupportInitialize)(this.timerSchedulazioni)).BeginInit(); // // timerSchedulazioni // this.timerSchedulazioni.Enabled = true; this.timerSchedulazioni.Interval = 10000; this.timerSchedulazioni.Elapsed += new System.Timers.ElapsedEventHandler(this.timerSchedulazioni_Elapsed); // // Service1 // this.ServiceName = "UREngine"; ((System.ComponentModel.ISupportInitialize)(this.timerSchedulazioni)).EndInit(); }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5