Skip to content

Commit 7f10cf3

Browse files
Merge pull request #302279 from PhilKang0704/2025_07-Monthly-broken-links-fix-pk-411
2025_07-Monthly-broken-links-fix-pk-411
2 parents 0cba894 + 375e383 commit 7f10cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/queues/storage-quickstart-queues-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ await queueClient.UpdateMessageAsync(receipt.MessageId, receipt.PopReceipt, "Thi
272272

273273
### Get the queue length
274274

275-
You can get an estimate of the number of messages in a queue. The [`GetProperties`](/dotnet/api/azure.storage.queues.queueclient.getproperties) method returns queue properties including the message count. The [`ApproximateMessagesCount`](/dotnet/api/azure.storage.queues.models.queueproperties.approximatemessagescount) property contains the approximate number of messages in the queue. This number isn't lower than the actual number of messages in the queue, but could be higher.
275+
You can get an estimate of the number of messages in a queue. The [`GetProperties`](/dotnet/api/azure.storage.queues.queueclient.getproperties) method returns queue properties including the message count. The `ApproximateMessagesCount` property contains the approximate number of messages in the queue. This number isn't lower than the actual number of messages in the queue, but could be higher.
276276

277277
Add this code to the end of the *Program.cs* file:
278278

0 commit comments

Comments
 (0)