Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update QueueClientOptions.xml #2424

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions xml/Azure.Storage.Queues/QueueClientOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
the event handler itself.</para><para>The handler is potentially invoked by both synchronous and asynchronous receive and peek APIs. Therefore implementation of the handler should align with
<see cref="T:Azure.Storage.Queues.QueueClient" /> APIs that are being used.
See <see cref="T:Azure.Core.SyncAsyncEventHandler`1" /> about how to implement handler correctly. The example below shows a handler with all possible cases explored.
</para></summary>
<remarks>To be added.</remarks>
<example>
<code snippet="Snippet:Azure_Storage_Queues_Samples_Sample03_MessageEncoding_MessageDecodingFailedHandlerAsync" language="csharp">
QueueClientOptions queueClientOptions = new QueueClientOptions()
{
Expand Down Expand Up @@ -197,8 +200,8 @@
};

QueueClient queueClient = new QueueClient(connectionString, queueName, queueClientOptions);
</code></para></summary>
<remarks>To be added.</remarks>
</code>
</example>
</Docs>
</Member>
<Member MemberName="MessageEncoding">
Expand Down