Share via


AzureQueueStorage Class

Definition

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
AzureQueueStorage

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.

Applies to