AzureQueueStreamProviderUtils.DeleteAllUsedAzureQueues 方法

定义

重载

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

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

DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, String)

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

DeleteAllUsedAzureQueues(String, String, String)

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

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

参数

loggerFactory
ILoggerFactory

要使用的记录器工厂

azureQueueNames
List<String>

要删除的 azure 队列名称。

queueOptions
AzureQueueOptions

Azure 存储选项。

返回

适用于

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

参数

loggerFactory
ILoggerFactory

要使用的记录器工厂

azureQueueNames
List<String>

要删除的 azure 队列名称。

storageConnectionString
String

Azure 存储连接字符串。

返回

适用于

DeleteAllUsedAzureQueues(String, String, String)

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

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

参数

providerName
String

Azure 队列流 privider 名称。

deploymentId
String

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

storageConnectionString
String

Azure 存储连接字符串。

返回

适用于