Skip to content

Commit 8fc0f28

Browse files
(AzureCXP) fix links to point to the right API
1 parent 2060f1b commit 8fc0f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/message-sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The APIs for managing session state, [SetState](/dotnet/api/microsoft.servicebus
7575

7676
Session state remains as long as it isn't cleared up (returning **null**), even if all messages in a session are consumed.
7777

78-
All existing sessions in a queue or subscription can be enumerated with the **SessionBrowser** method in the Java API and with [GetMessageSessions](/dotnet/api/microsoft.servicebus.messaging.queueclient.getmessagesessions#Microsoft_ServiceBus_Messaging_QueueClient_GetMessageSessions) on the [QueueClient](/dotnet/api/microsoft.azure.servicebus.queueclient) and [SubscriptionClient](/dotnet/api/microsoft.azure.servicebus.subscriptionclient) in the .NET client.
78+
All existing sessions in a queue or subscription can be enumerated with the **SessionBrowser** method in the Java API and with [GetMessageSessions](/dotnet/api/microsoft.servicebus.messaging.queueclient.getmessagesessions#Microsoft_ServiceBus_Messaging_QueueClient_GetMessageSessions) on the [QueueClient](/dotnet/api/microsoft.servicebus.messaging.queueclient) and [SubscriptionClient](/dotnet/api/microsoft.servicebus.messaging.subscriptionclient) in the .NET Framework client.
7979

8080
The session state held in a queue or in a subscription counts towards that entity's storage quota. When the application is finished with a session, it is therefore recommended for the application to clean up its retained state to avoid external management cost.
8181

0 commit comments

Comments
 (0)