C# Класс TableStorage.Common

Показать файл Открыть проект

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

Метод Описание
CreateStorageAccountFromConnectionString ( string storageConnectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Validate the connection string information in app.config and throws an exception if it looks like the user hasn't updated this to valid values.

CreateTableAsync ( string tableName ) : Task

Create a table for the sample application to process messages in.

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

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

Validate the connection string information in app.config and throws an exception if it looks like the user hasn't updated this to valid values.
public static CreateStorageAccountFromConnectionString ( string storageConnectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
storageConnectionString string Connection string for the storage service or the emulator
Результат Microsoft.WindowsAzure.Storage.CloudStorageAccount

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

Create a table for the sample application to process messages in.
public static CreateTableAsync ( string tableName ) : Task
tableName string
Результат Task