What\'s the equivalent of NamespaceManager in the new NET Standard Microsoft.Azure.ServiceBus?
I\'ve used WindowsAzure.ServiceBus to do things like count messages in
You can't.
The new API doesn't support reading message counts. You'd have to use Azure Monitor API to get them.
Read why that's that case and how to work with Azure Monitor in Reading Azure Service Bus Metrics.