Create(IServiceProvider, string)
static
public static AzureQueueAdapterFactory Create(IServiceProvider services, string name) Creates and initializes an adapter factory using the named options and services.
Parameters
servicesIServiceProvider- The service provider.
namestring- The stream provider name.
Returns
The initialized adapter factory.
