コード例 #1
0
ファイル: UTMsmq.cs プロジェクト: byronpintoCA/CodeDemos
        private static void TestLocalQue()
        {
            bool retVal = MSMQHelper.PostMessageToLocalQueue <String>("FAILED", "What");

            retVal = MSMQHelper.DeleteLocalQueue("FAILED");

            //Assert.IsTrue(MSMQHelper.TestLocalQueueCreation(out errorMessage) == true);
        }