Skip to content

Commit ed673c5

Browse files
committed
Adjusted layout of tabs
1 parent fd11ca1 commit ed673c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,17 @@ The time-to-live (TTL) property of a message is checked by the server at the tim
272272

273273
Prefetching does not affect the number of billable messaging operations, and is available only for the Service Bus client protocol. The HTTP protocol does not support prefetching. Prefetching is available for both synchronous and asynchronous receive operations.
274274

275-
For more information, see the following `PrefetchCount` properties:
276-
277275
# [Microsoft.Azure.ServiceBus SDK](#tab/net-standard-sdk)
278276

277+
For more information, see the following `PrefetchCount` properties:
278+
279279
* <a href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.queueclient.prefetchcount?view=azure-dotnet" target="_blank">`Microsoft.Azure.ServiceBus.QueueClient.PrefetchCount` <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
280280
* <a href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus.subscriptionclient.prefetchcount?view=azure-dotnet" target="_blank">`Microsoft.Azure.ServiceBus.SubscriptionClient.PrefetchCount` <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
281281

282282
# [WindowsAzure.ServiceBus SDK](#tab/net-framework-sdk)
283283

284+
For more information, see the following `PrefetchCount` properties:
285+
284286
* <a href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.queueclient.prefetchcount?view=azure-dotnet" target="_blank">`Microsoft.ServiceBus.Messaging.QueueClient.PrefetchCount` <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
285287
* <a href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.subscriptionclient.prefetchcount?view=azure-dotnet" target="_blank">`Microsoft.ServiceBus.Messaging.SubscriptionClient.PrefetchCount` <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
286288

0 commit comments

Comments
 (0)