CloudQueue.BeginAddMessage Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudQueue.BeginAddMessage (CloudQueueMessage, AsyncCallback, Object)Begins an asynchronous operation to add a message to the queue.
CloudQueue.BeginAddMessage (CloudQueueMessage, Nullable, Nullable, AsyncCallback, Object)Begins an asynchronous operation to add a message to the queue, with a value specifying its expiration (the length of time it can remain in the queue), and a value specifying how long it must first remain invisible (delayed visibility).
CloudQueue.BeginAddMessage (CloudQueueMessage, TimeSpan, AsyncCallback, Object)Begins an asynchronous operation to add a message to the queue, with a value specifying how long it can remain in the queue.

See Also