Skip to content

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

ClearAllUsedAzureQueues(ILoggerFactory, List<string>, AzureQueueOptions)

static
View source
public static Task ClearAllUsedAzureQueues(ILoggerFactory loggerFactory, List<string> azureQueueNames, AzureQueueOptions queueOptions)
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.
queueOptionsAzureQueueOptions
The azure storage options.