Betzalel.SimpleMulticastAnalyzer.Infrastructure.HighResolutionTimer.OnStarted C# (CSharp) Méthode

OnStarted() private méthode

private OnStarted ( EventArgs e ) : void
e System.EventArgs
Résultat void
        private void OnStarted(EventArgs e)
        {
            EventHandler handler = Started;

              if (handler != null)
              {
            handler(this, e);
              }
        }