Skip to content

SQSStreamProviderUtils Methods

SQS utility functions

DeleteAllUsedQueues(string, string, string, ILoggerFactory)

static
View source
public static Task DeleteAllUsedQueues(string providerName, string clusterId, string storageConnectionString, ILoggerFactory loggerFactory)
Async method to delete all used queues, for specific provider and clusterId

Parameters

providerNamestring
clusterIdstring
storageConnectionStringstring
loggerFactoryILoggerFactory

Returns

Task object for this async method