C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Storage.CloudTableClient

상속: ICloudTableClient
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
CreateTable ( string tableName, Action callback ) : void
CreateTableIfNotExist ( string tableName, Action callback ) : void
DeleteTable ( string tableName, Action callback ) : void
DeleteTableIfExist ( string tableName, Action callback ) : void
DoesTableExist ( string tableName, Action callback ) : void
GetDataServiceContext ( ) : TableServiceContext

보호된 메소드들

메소드 설명
DispatchCallback ( Action callback, CloudOperationResponse response ) : void

비공개 메소드들

메소드 설명
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials ) : System
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

메소드 상세

CreateTable() 공개 메소드

public CreateTable ( string tableName, Action callback ) : void
tableName string
callback Action
리턴 void

CreateTableIfNotExist() 공개 메소드

public CreateTableIfNotExist ( string tableName, Action callback ) : void
tableName string
callback Action
리턴 void

DeleteTable() 공개 메소드

public DeleteTable ( string tableName, Action callback ) : void
tableName string
callback Action
리턴 void

DeleteTableIfExist() 공개 메소드

public DeleteTableIfExist ( string tableName, Action callback ) : void
tableName string
callback Action
리턴 void

DispatchCallback() 보호된 메소드

protected DispatchCallback ( Action callback, CloudOperationResponse response ) : void
callback Action
response CloudOperationResponse
리턴 void

DoesTableExist() 공개 메소드

public DoesTableExist ( string tableName, Action callback ) : void
tableName string
callback Action
리턴 void

GetDataServiceContext() 공개 메소드

public GetDataServiceContext ( ) : TableServiceContext
리턴 TableServiceContext