Scalien.CounterThreadState.CounterThreadFunc C# (CSharp) Method

CounterThreadFunc() public method

public CounterThreadFunc ( ) : void
return void
        public void CounterThreadFunc()
        {
            DateTime start = DateTime.Now;
            count = GetTableCountHTTP(url);
            elapsed = DateTime.Now.Subtract(start);
        }