CloudQueue.AddMessage 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.]

Adds a message to the queue.

Overload List

NameDescription
CloudQueue.AddMessage (CloudQueueMessage)Adds a message to the queue.
CloudQueue.AddMessage (CloudQueueMessage, Nullable, Nullable)Adds 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.AddMessage (CloudQueueMessage, TimeSpan)Adds a message to the queue, along with a value specifying how long it can remain in the queue.

See Also