Skip to content

Commit 375e383

Browse files
Update articles/storage/queues/storage-quickstart-queues-dotnet.md
Co-authored-by: Paul Jewell <[email protected]>
1 parent e1fb6ef commit 375e383

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`](/azure/storage/queues/storage-quickstart-queues-dotnet?utm_source=chatgpt.com&tabs=passwordless%2Croles-azure-portal%2Cenvironment-variable-windows%2Csign-in-azure-cli#get-the-queue-length) 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)