다음을 통해 공유


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 Storage 옵션입니다.

반환

적용 대상

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 Storage 연결 문자열입니다.

반환

적용 대상

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 Storage 연결 문자열입니다.

반환

적용 대상