I'm using the QueueClient from the NuGet package Microsoft Azure Service Bus 2.5.2. When I go to the definition for that class I see the following:
public abstract class QueueClient : MessageClientEntity, IMessageSessionEntity, IMessageClientEntity, IMessageSender, IMessageReceiver, IMessageBrowser
The problem I'm having is that none of the interfaces show as known types. I cannot examine the metadata for any of them. Can someone tell me why metadata for these interfaces would be missing inside VS2013 Update 4 and where I might find documentation for them? I'm having no luck finding them myself.