Skip to content

AzureQueueStreamProviderUtils.ClearAllUsedAzureQueues(ILoggerFactory, List<string>, string)

ClearAllUsedAzureQueues(ILoggerFactory, List<string>, string)

static
View source
public static Task ClearAllUsedAzureQueues(ILoggerFactory loggerFactory, List<string> azureQueueNames, string storageConnectionString)
Helper method for testing. Clears all messages in all the queues used by the specified stream provider.

Parameters

loggerFactoryILoggerFactory
logger factory to use
azureQueueNamesList<string>
The deployment ID hosting the stream provider.
storageConnectionStringstring
The azure storage connection string.