Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetMessageSessions method is not relevant to Azure QueueClient and SubscriptionClient #52057

Closed
jbrezina opened this issue Apr 9, 2020 — with docs.microsoft.com · 2 comments

Comments

Copy link

jbrezina commented Apr 9, 2020

Section Message session state
"All existing sessions in a queue or subscription can be enumerated with the SessionBrowser method in the Java API and with GetMessageSessions on the QueueClient and SubscriptionClient in the .NET client."
GetMessageSessions links to method on QueueClient from Microsoft.ServiceBus.Messaging namespace, but QueueClient and SubscriptionClient links to classes from Microsoft.Azure.ServiceBus namespace, these are not implementing the GetMessageSessions method.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@PramodValavala-MSFT
Copy link
Member

@jbrezina Thanks for the feedback! We will review and update accordingly.

@PramodValavala-MSFT
Copy link
Member

@jbrezina Thanks for catching that! We will work up a PR to fix the links.

As for .NET Core, looks like there is no similar API as of yet and there is an open issue that tracks this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants