ConfigureAzureQueue(IAzureQueueStreamConfigurator, Action<OptionsBuilder<AzureQueueOptions>>)
staticextension
public static void ConfigureAzureQueue(this IAzureQueueStreamConfigurator configurator, Action<OptionsBuilder<AzureQueueOptions>> configureOptions) Configures the Azure Queue storage options for the stream provider.
Parameters
configuratorIAzureQueueStreamConfigurator- The stream provider configurator.
configureOptionsAction<OptionsBuilder<AzureQueueOptions>>- The delegate used to configure the Azure Queue options.
