C# Class GlobalDemo.Web.StorageConfig

Afficher le fichier Open project: kaevans/globalscaledemo Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( string storageConnectionString ) : System.Threading.Tasks.Task

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.

Method Details

Configure() public static méthode

Configures the storage account used by the application. Configures to support CORS, and creates the blob, table, and queue needed for the app if they don't already exist.
public static Configure ( string storageConnectionString ) : System.Threading.Tasks.Task
storageConnectionString string
Résultat System.Threading.Tasks.Task