AccidentalFish.ApplicationSupport.Core.Blobs.Implementation.NotSupportedBlobRepositoryFactory.CreateAsynchronousBlockBlobRepository C# (CSharp) Méthode

CreateAsynchronousBlockBlobRepository() public méthode

public CreateAsynchronousBlockBlobRepository ( string containerName ) : IAsynchronousBlockBlobRepository
containerName string
Résultat IAsynchronousBlockBlobRepository
        public IAsynchronousBlockBlobRepository CreateAsynchronousBlockBlobRepository(string containerName)
        {
            throw new NotImplementedException();
        }

Same methods

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