Hello,
I have strange behavior when I connect to a ServiceBus Host in Azure. As normal behavior I expect, when I select a Message Queue in the Service Bus Dashboard on Azure, the Queue is showing.
When I try to add a Message in the Queue and Open the Host in C#... The Queue dashboard in Azure GUI opens and closes immediately.
I use this method in C# host.Open(); and host.Close();
Ronald Put