C# Класс GlobalDemo.Web.StorageConfig

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Configure() публичный статический Метод

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
Результат System.Threading.Tasks.Task