Alphashack.Graphdat.Agent.API.Timer.Timer C# (CSharp) 메소드

Timer() 공개 메소드

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