示例#1
0
        public virtual string Test(HttpRequestMessage msg)
        {
            _someEvents.Fire("Hello");

            //throw new Exception("xxx");

            var x = "";

            for (var i = 0; i < 10; i++)
            {
                x += _countServiceInstance.Value.Greet("World");
            }
            //return _stringService.Greet("World");
            //return _stringService.Greet("World") + "/" + GetHashCode();
            return(x);
        }