diff --git a/xml/Azure.Storage.Queues/QueueClientOptions.xml b/xml/Azure.Storage.Queues/QueueClientOptions.xml index a65f3f853051..40af215f385f 100644 --- a/xml/Azure.Storage.Queues/QueueClientOptions.xml +++ b/xml/Azure.Storage.Queues/QueueClientOptions.xml @@ -169,6 +169,9 @@ the event handler itself.The handler is potentially invoked by both synchronous and asynchronous receive and peek APIs. Therefore implementation of the handler should align with APIs that are being used. See about how to implement handler correctly. The example below shows a handler with all possible cases explored. + + To be added. + QueueClientOptions queueClientOptions = new QueueClientOptions() { @@ -197,8 +200,8 @@ }; QueueClient queueClient = new QueueClient(connectionString, queueName, queueClientOptions); - - To be added. + +