[service-bus] Lazy initialization #15164
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Service Bus
Milestone
In Track 2 SDKs creation methods the following methods should be 'lazy' in that you can call them without any network I/O:
These methods, however, will create and initialize a link:
The Accept* methods are non-lazy so developers can reasonably expect to have locked the session at the point of creation.
The text was updated successfully, but these errors were encountered: