共用方式為


SQSStreamProviderUtils.DeleteAllUsedQueues 方法

定義

多載

DeleteAllUsedQueues(String, String, String)

針對特定提供者和 deploymentId 刪除所有已使用之佇列的非同步方法

DeleteAllUsedQueues(String, String, String, ILoggerFactory)

針對特定提供者和 clusterId 刪除所有已使用佇列的非同步方法

DeleteAllUsedQueues(String, String, String)

針對特定提供者和 deploymentId 刪除所有已使用之佇列的非同步方法

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

參數

providerName
String
deploymentId
String
storageConnectionString
String

傳回

這個非同步方法的工作物件

適用於

DeleteAllUsedQueues(String, String, String, ILoggerFactory)

來源:
SQSStreamProviderUtils.cs
來源:
SQSStreamProviderUtils.cs
來源:
SQSStreamProviderUtils.cs
來源:
SQSStreamProviderUtils.cs
來源:
SQSStreamProviderUtils.cs

針對特定提供者和 clusterId 刪除所有已使用佇列的非同步方法

public static System.Threading.Tasks.Task DeleteAllUsedQueues (string providerName, string clusterId, string storageConnectionString, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
static member DeleteAllUsedQueues : string * string * string * Microsoft.Extensions.Logging.ILoggerFactory -> System.Threading.Tasks.Task
Public Shared Function DeleteAllUsedQueues (providerName As String, clusterId As String, storageConnectionString As String, loggerFactory As ILoggerFactory) As Task

參數

providerName
String
clusterId
String
storageConnectionString
String
loggerFactory
ILoggerFactory

傳回

這個非同步方法的工作物件

適用於