BloombergFLP.CollectdWin.CollectdWinService.OnStart C# (CSharp) Method

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void
        protected override void OnStart(string[] args)
        {
            // Request additional service startup time. Configuring the metrics can take a little while
            RequestAdditionalTime(30000);

            StartService(args);
        }