Graphite.System.AppPoolListener.AppPoolListener C# (CSharp) 메소드

AppPoolListener() 공개 메소드

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

            this.LoadCounterName();
        }