SQSStreamProviderUtils.DeleteAllUsedQueues 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
DeleteAllUsedQueues(String, String, String) |
Async method to delete all used queques, for specific provider and deploymentId |
DeleteAllUsedQueues(String, String, String, ILoggerFactory) |
Async method to delete all used queues, for specific provider and clusterId |
DeleteAllUsedQueues(String, String, String)
Async method to delete all used queques, for specific provider and 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
Parameters
- providerName
- String
- deploymentId
- String
- storageConnectionString
- String
Returns
Task object for this async method
Applies to
DeleteAllUsedQueues(String, String, String, ILoggerFactory)
- Source:
- SQSStreamProviderUtils.cs
- Source:
- SQSStreamProviderUtils.cs
- Source:
- SQSStreamProviderUtils.cs
- Source:
- SQSStreamProviderUtils.cs
- Source:
- SQSStreamProviderUtils.cs
Async method to delete all used queues, for specific provider and 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
Parameters
- providerName
- String
- clusterId
- String
- storageConnectionString
- String
- loggerFactory
- ILoggerFactory
Returns
Task object for this async method