AzureQueueStreamProviderUtils Class
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.
Utility functions for azure queue Persistent stream provider.
public class AzureQueueStreamProviderUtils
type AzureQueueStreamProviderUtils = class
Public Class AzureQueueStreamProviderUtils
- Inheritance
-
AzureQueueStreamProviderUtils
Constructors
AzureQueueStreamProviderUtils() |
Methods
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, AzureQueueOptions) |
Helper method for testing. Clears all messages in all the queues used by the specified stream provider. |
ClearAllUsedAzureQueues(ILoggerFactory, List<String>, String) |
Helper method for testing. Clears all messages in all the queues used by the specified stream provider. |
ClearAllUsedAzureQueues(String, String, String) |
Helper method for testing. Clears all messages in 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. |
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. |
GenerateDefaultAzureQueueNames(String, String) |
Generate default azure queue names |