Skip to content

Commit 3d7ae46

Browse files
authored
[service-bus] Small README.md update for sessions (Azure#12506)
It looks like the README.md still had a reference to the `createSessionReciver` function which was removed in a previous preview. I removed the reference to this method as the next two paragraphs describe the two ways to actually create the session.
1 parent b340ca9 commit 3d7ae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/service-bus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ which is handled by Service Bus. Conceptually, this is similar to how message
277277
locking works when using `peekLock` mode - when a message (or session) is
278278
locked your receiver has exclusive access to it.
279279

280-
In order to open and lock a session, use an instance of `ServiceBusClient` to create a [SessionReceiver][sessionreceiver] using [createSessionReceiver][sbclient_createsessionreceiver].
280+
In order to open and lock a session, use an instance of `ServiceBusClient` to create a [SessionReceiver][sessionreceiver].
281281

282282
There are two ways of choosing which session to open:
283283

0 commit comments

Comments
 (0)