Condividi tramite


AzureQueueStreamProviderUtils.ClearAllUsedAzureQueues Metodo

Definizione

Overload

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specificato.

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specificato.

ClearAllUsedAzureQueues(String, String, String)

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specifico.

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)

Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specificato.

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

Parametri

loggerFactory
ILoggerFactory

fabbrica di logger da usare

azureQueueNames
List<String>

ID di distribuzione che ospita il provider di flusso.

queueOptions
AzureQueueOptions

Opzioni di archiviazione di Azure.

Restituisce

Si applica a

ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)

Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs
Origine:
AzureQueueStreamProviderUtils.cs

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specificato.

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

Parametri

loggerFactory
ILoggerFactory

fabbrica di logger da usare

azureQueueNames
List<String>

ID di distribuzione che ospita il provider di flusso.

storageConnectionString
String

Stringa di connessione di archiviazione di Azure.

Restituisce

Si applica a

ClearAllUsedAzureQueues(String, String, String)

Metodo helper per il test. Cancella tutti i messaggi in tutte le code usate dal provider di flusso specifico.

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

Parametri

providerName
String

Nome del flusso di accodamento di Azure.

deploymentId
String

ID di distribuzione che ospita il provider di flusso.

storageConnectionString
String

Stringa di connessione di archiviazione di Azure.

Restituisce

Si applica a