AzureQueueStreamProviderUtils.ClearAllUsedAzureQueues 方法

定义

重载

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

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

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

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

ClearAllUsedAzureQueues(String, String, String)

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

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs

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

public static System.Threading.Tasks.Task ClearAllUsedAzureQueues (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, System.Collections.Generic.List<string> azureQueueNames, Orleans.Configuration.AzureQueueOptions queueOptions);
static member ClearAllUsedAzureQueues : Microsoft.Extensions.Logging.ILoggerFactory * System.Collections.Generic.List<string> * Orleans.Configuration.AzureQueueOptions -> System.Threading.Tasks.Task
Public Shared Function ClearAllUsedAzureQueues (loggerFactory As ILoggerFactory, azureQueueNames As List(Of String), queueOptions As AzureQueueOptions) As Task

参数

loggerFactory
ILoggerFactory

要使用的记录器工厂

azureQueueNames
List<String>

托管流提供程序的部署 ID。

queueOptions
AzureQueueOptions

Azure 存储选项。

返回

适用于

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs
Source:
AzureQueueStreamProviderUtils.cs

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

public static System.Threading.Tasks.Task ClearAllUsedAzureQueues (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, System.Collections.Generic.List<string> azureQueueNames, string storageConnectionString);
static member ClearAllUsedAzureQueues : Microsoft.Extensions.Logging.ILoggerFactory * System.Collections.Generic.List<string> * string -> System.Threading.Tasks.Task
Public Shared Function ClearAllUsedAzureQueues (loggerFactory As ILoggerFactory, azureQueueNames As List(Of String), storageConnectionString As String) As Task

参数

loggerFactory
ILoggerFactory

要使用的记录器工厂

azureQueueNames
List<String>

托管流提供程序的部署 ID。

storageConnectionString
String

Azure 存储连接字符串。

返回

适用于

ClearAllUsedAzureQueues(String, String, String)

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

public static System.Threading.Tasks.Task ClearAllUsedAzureQueues (string providerName, string deploymentId, string storageConnectionString);
static member ClearAllUsedAzureQueues : string * string * string -> System.Threading.Tasks.Task
Public Shared Function ClearAllUsedAzureQueues (providerName As String, deploymentId As String, storageConnectionString As String) As Task

参数

providerName
String

Azure 队列流 privider 名称。

deploymentId
String

托管流提供程序的部署 ID。

storageConnectionString
String

Azure 存储连接字符串。

返回

适用于