Create(IServiceProvider, string)
static
public static AzureBlobGrainStorage Create(IServiceProvider services, string name) Creates an Azure Blob grain storage provider with the specified name.
Parameters
servicesIServiceProvider- The service provider.
namestring- The storage provider name.
Returns
The configured grain storage provider.
