HostStarted() private method

private HostStarted ( ScriptHost scriptHost ) : void
scriptHost ScriptHost
return void
Esempio n. 1
0
        public void LogEvent(MetricEvent metricEvent)
        {
            HostStarted hostStartedEvent = metricEvent as HostStarted;

            if (hostStartedEvent != null)
            {
                _metricsEventManager.HostStarted(hostStartedEvent.Host);
            }
        }