Property | Type | Description | |
---|---|---|---|
queueList | List |
Method | Description | |
---|---|---|
CreateQueueIfNotExists ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool |
Create an cloud queue on azure if not exists.
|
|
DeleteQueue ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void |
Delete the specified storage queue.
|
|
DoesQueueExist ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool |
Checks existence of the queue.
|
|
FetchAttributes ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void |
Fetch queue attributes
|
|
GetPermissions ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions |
Get queue permission
|
|
GetQueueReference ( string name ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue |
Get queue reference
|
|
ListQueues ( string prefix, QueueListingDetails queueListingDetails, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable |
List storage queues
|
public CreateQueueIfNotExists ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool | ||
queue | Microsoft.WindowsAzure.Storage.Queue.CloudQueue | Cloud queue object. |
options | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | bool |
public DeleteQueue ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void | ||
queue | Microsoft.WindowsAzure.Storage.Queue.CloudQueue | Cloud queue object |
options | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | void |
public DoesQueueExist ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : bool | ||
queue | Microsoft.WindowsAzure.Storage.Queue.CloudQueue | Cloud queue object |
requestOptions | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | bool |
public FetchAttributes ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void | ||
queue | Microsoft.WindowsAzure.Storage.Queue.CloudQueue | Cloud queue object |
options | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | void |
public GetPermissions ( Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions | ||
queue | Microsoft.WindowsAzure.Storage.Queue.CloudQueue | CloudQueue object |
options | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | Microsoft.WindowsAzure.Storage.Queue.Protocol.QueuePermissions |
public GetQueueReference ( string name ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue | ||
name | string | Queue name |
return | Microsoft.WindowsAzure.Storage.Queue.CloudQueue |
public ListQueues ( string prefix, QueueListingDetails queueListingDetails, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : IEnumerable |
||
prefix | string | Queue name prefix |
queueListingDetails | QueueListingDetails | Queue listing details |
options | Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions | Queue request options |
operationContext | Microsoft.WindowsAzure.Storage.OperationContext | Operation context |
return | IEnumerable |