C# 클래스 TableStorage.Common

파일 보기 프로젝트 열기: Azure-Samples/storage-table-dotnet-getting-started

공개 메소드들

메소드 설명
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