Skip to content

Commit

Permalink
[service-bus] Small README.md update for sessions (#12506)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ellismg authored Nov 12, 2020
1 parent b340ca9 commit 3d7ae46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ which is handled by Service Bus. Conceptually, this is similar to how message
locking works when using `peekLock` mode - when a message (or session) is
locked your receiver has exclusive access to it.

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

There are two ways of choosing which session to open:

Expand Down

0 comments on commit 3d7ae46

Please sign in to comment.