AzureQueueAdapterFactory(string, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<string, IBatchContainer>, ILoggerFactory)
public AzureQueueAdapterFactory(string name, AzureQueueOptions options, SimpleQueueCacheOptions cacheOptions, IQueueDataAdapter<string, IBatchContainer> dataAdapter, ILoggerFactory loggerFactory) Initializes a new instance of the
AzureQueueAdapterFactory class. Parameters
namestring- The stream provider name.
optionsAzureQueueOptions- The Azure Queue stream provider options.
cacheOptionsSimpleQueueCacheOptions- The queue cache options.
dataAdapterIQueueDataAdapter<string, IBatchContainer>- The adapter used to convert between stream batches and Azure Queue messages.
loggerFactoryILoggerFactory- The logger factory.
