C# Class Microsoft.WindowsAzure.Samples.Phone.Storage.CloudTableClient

Inheritance: ICloudTableClient
Mostrar archivo Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Public Methods

Method Description
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

Protected Methods

Method Description
DispatchCallback ( Action callback, CloudOperationResponse response ) : void

Private Methods

Method Description
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials ) : System
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

Method Details

CreateTable() public method

public CreateTable ( string tableName, Action callback ) : void
tableName string
callback Action
return void

CreateTableIfNotExist() public method

public CreateTableIfNotExist ( string tableName, Action callback ) : void
tableName string
callback Action
return void

DeleteTable() public method

public DeleteTable ( string tableName, Action callback ) : void
tableName string
callback Action
return void

DeleteTableIfExist() public method

public DeleteTableIfExist ( string tableName, Action callback ) : void
tableName string
callback Action
return void

DispatchCallback() protected method

protected DispatchCallback ( Action callback, CloudOperationResponse response ) : void
callback Action
response CloudOperationResponse
return void

DoesTableExist() public method

public DoesTableExist ( string tableName, Action callback ) : void
tableName string
callback Action
return void

GetDataServiceContext() public method

public GetDataServiceContext ( ) : TableServiceContext
return TableServiceContext