Graphite.System.AppPoolListener.AppPoolListener C# (CSharp) Method

AppPoolListener() public method

public AppPoolListener ( string appPoolName, string category, string counter ) : System
appPoolName string
category string
counter string
return System
        public AppPoolListener(string appPoolName, string category, string counter)
        {
            this.appPoolName = appPoolName;
            this.category = category;
            this.counter = counter;

            this.LoadCounterName();
        }