예제 #1
0
파일: Program.cs 프로젝트: demonxjj/TCE
        void one_way()
        {
            Dictionary <string, string> props = new Dictionary <string, string>();

            props.Add("name", "scott");
            prx.heartbeat_oneway("hello man!", props);
        }