Ejemplo n.º 1
0
        public Recorder(
            StatsdPipe pipe,
            string productName,
            string applicationName)
        {
            this.c_pipe = pipe;

            this.c_keyPrefix = string.Format("{0}.{1}.", productName, applicationName);
        }
Ejemplo n.º 2
0
        public Recorder(
            StatsdPipe pipe,
            string productName,
            string applicationName)
        {
            this.c_pipe = pipe;

            this.c_keyPrefix = string.Format("{0}.{1}.", productName, applicationName);
        }