AzureQueueStreamProviderUtils 类

定义

Azure 队列持久流提供程序的实用工具函数。

public class AzureQueueStreamProviderUtils
type AzureQueueStreamProviderUtils = class
Public Class AzureQueueStreamProviderUtils
继承
AzureQueueStreamProviderUtils

构造函数

AzureQueueStreamProviderUtils()

Azure 队列持久流提供程序的实用工具函数。

方法

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

用于测试的帮助程序方法。 清除指定流提供程序使用的所有队列中的所有消息。

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

用于测试的帮助程序方法。 清除指定流提供程序使用的所有队列中的所有消息。

ClearAllUsedAzureQueues(String, String, String)

用于测试的帮助程序方法。 清除指定流提供程序使用的所有队列中的所有消息。

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

用于测试的帮助程序方法。 删除指定流提供程序使用的所有队列。

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, String)

用于测试的帮助程序方法。 删除指定流提供程序使用的所有队列。

DeleteAllUsedAzureQueues(String, String, String)

用于测试的帮助程序方法。 删除指定流提供程序使用的所有队列。

GenerateDefaultAzureQueueNames(String, String)

生成默认 Azure 队列名称

适用于