C# Class AccidentalFish.ApplicationSupport.Core.Blobs.Implementation.NotSupportedBlobRepositoryFactory

Inheritance: IBlobRepositoryFactory
Afficher le fichier Open project: JamesRandall/AccidentalFish.ApplicationSupport

Méthodes publiques

Méthode Description
CreateAsynchronousBlockBlobRepository ( string containerName ) : IAsynchronousBlockBlobRepository
CreateAsynchronousBlockBlobRepository ( string storageAccountConnectionString, string blobContainerName ) : IAsynchronousBlockBlobRepository

Method Details

CreateAsynchronousBlockBlobRepository() public méthode

public CreateAsynchronousBlockBlobRepository ( string containerName ) : IAsynchronousBlockBlobRepository
containerName string
Résultat IAsynchronousBlockBlobRepository

CreateAsynchronousBlockBlobRepository() public méthode

public CreateAsynchronousBlockBlobRepository ( string storageAccountConnectionString, string blobContainerName ) : IAsynchronousBlockBlobRepository
storageAccountConnectionString string
blobContainerName string
Résultat IAsynchronousBlockBlobRepository