AzureQueueStorage Class
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.
Service used to add messages to an Azure.Storage.Queues.
public class AzureQueueStorage : Microsoft.Bot.Builder.QueueStorage
type AzureQueueStorage = class
inherit QueueStorage
Public Class AzureQueueStorage
Inherits QueueStorage
- Inheritance
Constructors
AzureQueueStorage(String, String, JsonSerializerSettings) |
Initializes a new instance of the AzureQueueStorage class. |
Methods
QueueActivityAsync(Activity, Nullable<TimeSpan>, Nullable<TimeSpan>, CancellationToken) |
Queue an Activity to an Azure.Storage.Queues.QueueClient. The visibility timeout specifies how long the message should be invisible to Dequeue and Peek operations. The message content must be a UTF-8 encoded string that is up to 64KB in size. |