コード例 #1
0
        //----< application hosting Receiver calls this method >-------------

        public Message getMessage()
        {
            if (Util.verbose)
            {
                Console.Write("\n  calling CommService.getMessage()");
            }
            Message msg = svc.getMessage();

            if (Util.verbose)
            {
                Console.Write("\n  returned from CommService.getMessage()");
            }
            return(msg);
        }
コード例 #2
0
        //----< application hosting Receiver calls this method >-------------

        public Message getMessage()
        {
            Message msg = svc.getMessage();

            return(msg);
        }