IQueueOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
QueueOperations operations.
public interface IQueueOperations
type IQueueOperations = interface
Public Interface IQueueOperations
Methods
Extension Methods
Create(IQueueOperations, String, String, String, IDictionary<String,String>) |
Creates a new queue with the specified queue name, under the specified account. |
CreateAsync(IQueueOperations, String, String, String, IDictionary<String,String>, CancellationToken) |
Creates a new queue with the specified queue name, under the specified account. |
Delete(IQueueOperations, String, String, String) |
Deletes the queue with the specified queue name, under the specified account if it exists. |
DeleteAsync(IQueueOperations, String, String, String, CancellationToken) |
Deletes the queue with the specified queue name, under the specified account if it exists. |
Get(IQueueOperations, String, String, String) |
Gets the queue with the specified queue name, under the specified account if it exists. |
GetAsync(IQueueOperations, String, String, String, CancellationToken) |
Gets the queue with the specified queue name, under the specified account if it exists. |
List(IQueueOperations, String, String, String, String) |
Gets a list of all the queues under the specified storage account |
ListAsync(IQueueOperations, String, String, String, String, CancellationToken) |
Gets a list of all the queues under the specified storage account |
ListNext(IQueueOperations, String) |
Gets a list of all the queues under the specified storage account |
ListNextAsync(IQueueOperations, String, CancellationToken) |
Gets a list of all the queues under the specified storage account |
Update(IQueueOperations, String, String, String, IDictionary<String,String>) |
Creates a new queue with the specified queue name, under the specified account. |
UpdateAsync(IQueueOperations, String, String, String, IDictionary<String,String>, CancellationToken) |
Creates a new queue with the specified queue name, under the specified account. |