Alphashack.Graphdat.Agent.API.Timer.Timer C# (CSharp) Méthode

Timer() public méthode

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