Alphashack.Graphdat.Agent.API.Timer.Timer C# (CSharp) Method

Timer() public method

public Timer ( ) : System
return System
            public Timer()
            {
                _stop = _start = DateTimeOffset.UtcNow;
            }
API.Timer