AccidentalFish.ApplicationSupport.Core.Blobs.Implementation.NotSupportedBlobRepositoryFactory.CreateAsynchronousBlockBlobRepository C# (CSharp) Метод

CreateAsynchronousBlockBlobRepository() публичный Метод

public CreateAsynchronousBlockBlobRepository ( string containerName ) : IAsynchronousBlockBlobRepository
containerName string
Результат IAsynchronousBlockBlobRepository
        public IAsynchronousBlockBlobRepository CreateAsynchronousBlockBlobRepository(string containerName)
        {
            throw new NotImplementedException();
        }

Same methods

NotSupportedBlobRepositoryFactory::CreateAsynchronousBlockBlobRepository ( string storageAccountConnectionString, string blobContainerName ) : IAsynchronousBlockBlobRepository
NotSupportedBlobRepositoryFactory