예제 #1
0
        private static void TestLocalQue()
        {
            bool retVal = MSMQHelper.PostMessageToLocalQueue <String>("FAILED", "What");

            retVal = MSMQHelper.DeleteLocalQueue("FAILED");

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