Ejemplo n.º 1
0
        void one_way()
        {
            Dictionary <string, string> props = new Dictionary <string, string>();

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