AzureQueueStreamProviderUtils.ClearAllUsedAzureQueues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions) |
Helper method for testing. Clears all messages in all the queues used by the specified stream provider. |
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String) |
Helper method for testing. Clears all messages in all the queues used by the specified stream provider. |
ClearAllUsedAzureQueues(String, String, String) |
Helper method for testing. Clears all messages in all the queues used by the specifed stream provider. |
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)
Helper method for testing. Clears all messages in all the queues used by the specified stream provider.
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
Parameters
- loggerFactory
- ILoggerFactory
logger factory to use
- queueOptions
- AzureQueueOptions
The azure storage options.
Returns
Applies to
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String)
Helper method for testing. Clears all messages in all the queues used by the specified stream provider.
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
Parameters
- loggerFactory
- ILoggerFactory
logger factory to use
- storageConnectionString
- String
The azure storage connection string.
Returns
Applies to
ClearAllUsedAzureQueues(String, String, String)
Helper method for testing. Clears all messages in all the queues used by the specifed stream provider.
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
Parameters
- providerName
- String
The Azure Queue stream privider name.
- deploymentId
- String
The deployment ID hosting the stream provider.
- storageConnectionString
- String
The azure storage connection string.