AzureQueueStreamProviderUtils.DeleteAllUsedAzureQueues 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
DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions) |
Helper method for testing. Deletes all the queues used by the specified stream provider. |
DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, String) |
Helper method for testing. Deletes all the queues used by the specified stream provider. |
DeleteAllUsedAzureQueues(String, String, String) |
Helper method for testing. Deletes all the queues used by the specifed stream provider. |
DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions)
Helper method for testing. Deletes all the queues used by the specified stream provider.
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
Parameters
- loggerFactory
- ILoggerFactory
logger factory to use
- queueOptions
- AzureQueueOptions
The azure storage options.
Returns
Applies to
DeleteAllUsedAzureQueues(ILoggerFactory, List<String>, String)
Helper method for testing. Deletes all the queues used by the specified stream provider.
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
Parameters
- loggerFactory
- ILoggerFactory
logger factory to use
- storageConnectionString
- String
The azure storage connection string.
Returns
Applies to
DeleteAllUsedAzureQueues(String, String, String)
Helper method for testing. Deletes all the queues used by the specifed stream provider.
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
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.