Skip to content

Commit 4fef601

Browse files
authored
[Service Bus] Admin client performance note (Azure#39717)
* [Service Bus] Admin client performance note The focus of these changes is to add a note about the performance characteristics of the `ServiceBusAdministrationClient` with guidance to avoid using in performance-critical scenarios. * Update sdk/servicebus/Azure.Messaging.ServiceBus/src/Administration/ServiceBusAdministrationClient.cs
1 parent 766206a commit 4fef601

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdk/servicebus/Azure.Messaging.ServiceBus/src/Administration/ServiceBusAdministrationClient.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ namespace Azure.Messaging.ServiceBus.Administration
1515
/// The <see cref="ServiceBusAdministrationClient"/> is the client through which all Service Bus
1616
/// entities can be created, updated, fetched, and deleted.
1717
/// </summary>
18+
/// <remarks>
19+
/// The <see cref="ServiceBusAdministrationClient"/> operates against an entity management endpoint
20+
/// without performance guarantees. It is not recommended for use in performance-critical
21+
/// scenarios.
22+
/// </remarks>
1823
public class ServiceBusAdministrationClient
1924
{
2025
private readonly string _fullyQualifiedNamespace;

0 commit comments

Comments
 (0)