For this method:
public static SubscriptionClient CreateFromConnectionString(string connectionString, string topicPath, string name)
What is the topicPath?
MSDN says it is "The full pathname of the topic."
What is the pathname?
There are code examples, but I have yet to find one that explain this little detail.
Microsoft.Azure.ServiceBus
libraries, there's now aEntityNameHelper
class that will create these path names for you. – Croatian