Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

This class represents a queue in the Windows Azure Queue service.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.::..CloudQueue

Syntax

 
public class CloudQueue
 
public ref class CloudQueue 
 
type CloudQueue = class end
 
Public Class CloudQueue

Properties

NameDescription
System_CAPS_pubpropertyApproximateMessageCountApproximateMessageCountApproximateMessageCountApproximateMessageCount

Gets the approximate message count for the queue.

System_CAPS_pubpropertyEncodeMessageEncodeMessageEncodeMessageEncodeMessage

Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages.

System_CAPS_pubpropertyMetadataMetadataMetadataMetadata

Gets the queue's metadata.

System_CAPS_pubpropertyNameNameNameName

Gets the name of the queue.

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the CloudQueueClient object that represents the Queue service.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the queue URIs for both the primary and secondary locations.

System_CAPS_pubpropertyUriUriUriUri

Gets the queue URI for the primary location.

Methods

NameDescription
System_CAPS_pubmethodAddMessageAsync(CloudQueueMessage)(CloudQueueMessage^)(CloudQueueMessage)(CloudQueueMessage)

Adds a message to the queue.

System_CAPS_pubmethodAddMessageAsync(CloudQueueMessage, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(CloudQueueMessage^, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^)(CloudQueueMessage, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(CloudQueueMessage, Nullable(Of TimeSpan), Nullable(Of TimeSpan), QueueRequestOptions, OperationContext)

Adds a message to the queue.

System_CAPS_pubmethodAddMessageAsync(CloudQueueMessage, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(CloudQueueMessage^, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^, CancellationToken)(CloudQueueMessage, Nullable<TimeSpan>, Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(CloudQueueMessage, Nullable(Of TimeSpan), Nullable(Of TimeSpan), QueueRequestOptions, OperationContext, CancellationToken)

Adds a message to the queue.

System_CAPS_pubmethodClearAsync()()()()

Clears the messages of the queue.

System_CAPS_pubmethodClearAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Clears the messages of the queue.

System_CAPS_pubmethodClearAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Clears the messages of the queue.

System_CAPS_pubmethodCreateAsync()()()()

Creates the queue.

System_CAPS_pubmethodCreateAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Creates the queue.

System_CAPS_pubmethodCreateAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Creates the queue.

System_CAPS_pubmethodCreateIfNotExistsAsync()()()()

Creates the queue if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Creates the queue if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Creates the queue if it does not already exist.

System_CAPS_pubmethodDeleteAsync()()()()

Deletes the queue.

System_CAPS_pubmethodDeleteAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Deletes the queue.

System_CAPS_pubmethodDeleteAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Deletes the queue.

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Deletes the queue if it already exists.

System_CAPS_pubmethodDeleteIfExistsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Deletes the queue if it already exists.

System_CAPS_pubmethodDeleteIfExistsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Deletes the queue if it already exists.

System_CAPS_pubmethodDeleteMessageAsync(CloudQueueMessage)(CloudQueueMessage^)(CloudQueueMessage)(CloudQueueMessage)

Deletes the message.

System_CAPS_pubmethodDeleteMessageAsync(CloudQueueMessage, QueueRequestOptions, OperationContext)(CloudQueueMessage^, QueueRequestOptions^, OperationContext^)(CloudQueueMessage, QueueRequestOptions, OperationContext)(CloudQueueMessage, QueueRequestOptions, OperationContext)

Deletes the message.

System_CAPS_pubmethodDeleteMessageAsync(String, String)(String^, String^)(String, String)(String, String)

Deletes the message.

System_CAPS_pubmethodDeleteMessageAsync(String, String, QueueRequestOptions, OperationContext)(String^, String^, QueueRequestOptions^, OperationContext^)(String, String, QueueRequestOptions, OperationContext)(String, String, QueueRequestOptions, OperationContext)

Deletes the message.

System_CAPS_pubmethodDeleteMessageAsync(String, String, QueueRequestOptions, OperationContext, CancellationToken)(String^, String^, QueueRequestOptions^, OperationContext^, CancellationToken)(String, String, QueueRequestOptions, OperationContext, CancellationToken)(String, String, QueueRequestOptions, OperationContext, CancellationToken)

Deletes the message.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Checks existence of the queue.

System_CAPS_pubmethodExistsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Checks existence of the queue.

System_CAPS_pubmethodExistsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Checks existence of the queue.

System_CAPS_pubmethodFetchAttributesAsync()()()()

Retrieves the queue's attributes.

System_CAPS_pubmethodFetchAttributesAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Retrieves the queue's attributes.

System_CAPS_pubmethodFetchAttributesAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Retrieves the queue's attributes.

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetMessageAsync()()()()

Gets a single message from the queue.

System_CAPS_pubmethodGetMessageAsync(Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^)(Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(Nullable(Of TimeSpan), QueueRequestOptions, OperationContext)

Gets a single message from the queue.

System_CAPS_pubmethodGetMessageAsync(Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^, CancellationToken)(Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(Nullable(Of TimeSpan), QueueRequestOptions, OperationContext, CancellationToken)

Gets a single message from the queue.

System_CAPS_pubmethodGetMessagesAsync(Int32)(Int32)(Int32)(Int32)

Gets a list of messages from the queue.

System_CAPS_pubmethodGetMessagesAsync(Int32, Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(Int32, Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^)(Int32, Nullable<TimeSpan>, QueueRequestOptions, OperationContext)(Int32, Nullable(Of TimeSpan), QueueRequestOptions, OperationContext)

Gets a list of messages from the queue.

System_CAPS_pubmethodGetMessagesAsync(Int32, Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(Int32, Nullable<TimeSpan>, QueueRequestOptions^, OperationContext^, CancellationToken)(Int32, Nullable<TimeSpan>, QueueRequestOptions, OperationContext, CancellationToken)(Int32, Nullable(Of TimeSpan), QueueRequestOptions, OperationContext, CancellationToken)

Gets a list of messages from the queue.

System_CAPS_pubmethodGetPermissionsAsync()()()()

Gets the permissions settings for the queue.

System_CAPS_pubmethodGetPermissionsAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Gets the permissions settings for the queue.

System_CAPS_pubmethodGetPermissionsAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Gets the permissions settings for the queue.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessQueuePolicy)(SharedAccessQueuePolicy^)(SharedAccessQueuePolicy)(SharedAccessQueuePolicy)

Returns a shared access signature for the queue.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessQueuePolicy, String)(SharedAccessQueuePolicy^, String^)(SharedAccessQueuePolicy, String)(SharedAccessQueuePolicy, String)

Returns a shared access signature for the queue.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessQueuePolicy, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessQueuePolicy^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessQueuePolicy, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessQueuePolicy, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange)

Returns a shared access signature for the queue.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodPeekMessageAsync()()()()

Peeks a single message from the queue.

System_CAPS_pubmethodPeekMessageAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Peeks a single message from the queue.

System_CAPS_pubmethodPeekMessageAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Peeks a single message from the queue.

System_CAPS_pubmethodPeekMessagesAsync(Int32)(Int32)(Int32)(Int32)

Peeks a list of messages from the queue.

System_CAPS_pubmethodPeekMessagesAsync(Int32, QueueRequestOptions, OperationContext)(Int32, QueueRequestOptions^, OperationContext^)(Int32, QueueRequestOptions, OperationContext)(Int32, QueueRequestOptions, OperationContext)

Peeks a list of messages from the queue.

System_CAPS_pubmethodPeekMessagesAsync(Int32, QueueRequestOptions, OperationContext, CancellationToken)(Int32, QueueRequestOptions^, OperationContext^, CancellationToken)(Int32, QueueRequestOptions, OperationContext, CancellationToken)(Int32, QueueRequestOptions, OperationContext, CancellationToken)

Peeks a list of messages from the queue.

System_CAPS_pubmethodSetMetadataAsync()()()()

Sets the queue's user-defined metadata.

System_CAPS_pubmethodSetMetadataAsync(QueueRequestOptions, OperationContext)(QueueRequestOptions^, OperationContext^)(QueueRequestOptions, OperationContext)(QueueRequestOptions, OperationContext)

Sets the queue's user-defined metadata.

System_CAPS_pubmethodSetMetadataAsync(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions^, OperationContext^, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)(QueueRequestOptions, OperationContext, CancellationToken)

Sets the queue's user-defined metadata.

System_CAPS_pubmethodSetPermissionsAsync(QueuePermissions)(QueuePermissions^)(QueuePermissions)(QueuePermissions)

Sets permissions for the queue.

System_CAPS_pubmethodSetPermissionsAsync(QueuePermissions, QueueRequestOptions, OperationContext)(QueuePermissions^, QueueRequestOptions^, OperationContext^)(QueuePermissions, QueueRequestOptions, OperationContext)(QueuePermissions, QueueRequestOptions, OperationContext)

Sets permissions for the queue.

System_CAPS_pubmethodSetPermissionsAsync(QueuePermissions, QueueRequestOptions, OperationContext, CancellationToken)(QueuePermissions^, QueueRequestOptions^, OperationContext^, CancellationToken)(QueuePermissions, QueueRequestOptions, OperationContext, CancellationToken)(QueuePermissions, QueueRequestOptions, OperationContext, CancellationToken)

Sets permissions for the queue.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodUpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields)(CloudQueueMessage^, TimeSpan, MessageUpdateFields)(CloudQueueMessage, TimeSpan, MessageUpdateFields)(CloudQueueMessage, TimeSpan, MessageUpdateFields)

Updates a message.

System_CAPS_pubmethodUpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext)(CloudQueueMessage^, TimeSpan, MessageUpdateFields, QueueRequestOptions^, OperationContext^)(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext)(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext)

Updates a message.

System_CAPS_pubmethodUpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, CancellationToken)(CloudQueueMessage^, TimeSpan, MessageUpdateFields, QueueRequestOptions^, OperationContext^, CancellationToken)(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, CancellationToken)(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, CancellationToken)

Updates a message.

This class represents a queue in the Windows Azure Queue service.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top