AzureQueueDataManager
class
Namespace: Orleans.AzureUtils
Utility class to encapsulate access to Azure queue storage.
public class AzureQueueDataManager : IAzureQueueDataManagerRemarks
Used by Azure queue streaming provider.
Constructors
Properties
QueueNameName of the table queue instance is managing.
Methods
AddQueueMessage(string)Adds a new message to the queue.ClearQueueClears the queue.DeleteQueueDeletes the queue.DeleteQueueMessage(QueueMessage)Deletes a messages from the queue.GetApproximateMessageCountReturns an approximate number of messages in the queue.GetQueueMessageGets a new message from the queue.GetQueueMessages(int?)Gets a number of new messages from the queue.InitQueueAsyncInitializes the connection to the queue.PeekQueueMessagePeeks in the queue for latest message, without dequeuing it.
