コード例 #1
0
ファイル: Program.cs プロジェクト: skanchamreddy/AzureSamples
        static void Main(string[] args)
        {
            Console.ForegroundColor = ConsoleColor.Red;
            AzureTpoic.ReceiveMessage("Topic1_2");

            Console.ReadLine();
        }
コード例 #2
0
 static void Main(string[] args)
 {
     AzureTpoic.ReceiveMessage();
 }