C# Class TableStorage.Common

Afficher le fichier Open project: Azure-Samples/storage-table-dotnet-getting-started

Méthodes publiques

Méthode Description
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.

Method Details

CreateStorageAccountFromConnectionString() public static méthode

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
Résultat Microsoft.WindowsAzure.Storage.CloudStorageAccount

CreateTableAsync() public static méthode

Create a table for the sample application to process messages in.
public static CreateTableAsync ( string tableName ) : Task
tableName string
Résultat Task