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

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

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

Same methods

NotSupportedBlobRepositoryFactory::CreateAsynchronousBlockBlobRepository ( string containerName ) : IAsynchronousBlockBlobRepository
NotSupportedBlobRepositoryFactory