Edit

Share via


AzureQueueStreamProviderUtils Class

Definition

Utility functions for azure queue Persistent stream provider.

public class AzureQueueStreamProviderUtils
type AzureQueueStreamProviderUtils = class
Public Class AzureQueueStreamProviderUtils
Inheritance
AzureQueueStreamProviderUtils

Constructors

AzureQueueStreamProviderUtils()

Methods

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

Helper method for testing. Clears all messages in all the queues used by the specified stream provider.

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

Helper method for testing. Clears all messages in all the queues used by the specified stream provider.

ClearAllUsedAzureQueues(String, String, String)

Helper method for testing. Clears all messages in all the queues used by the specifed stream provider.

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

Helper method for testing. Deletes all the queues used by the specified stream provider.

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, String)

Helper method for testing. Deletes all the queues used by the specified stream provider.

DeleteAllUsedAzureQueues(String, String, String)

Helper method for testing. Deletes all the queues used by the specifed stream provider.

GenerateDefaultAzureQueueNames(String, String)

Generate default azure queue names

Applies to