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

Inheritance: ICloudTableClient
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

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

Méthodes protégées

Méthode Description
DispatchCallback ( Action callback, CloudOperationResponse response ) : void

Private Methods

Méthode Description
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials ) : System
CloudTableClient ( Uri tablesBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

Method Details

CreateTable() public méthode

public CreateTable ( string tableName, Action callback ) : void
tableName string
callback Action
Résultat void

CreateTableIfNotExist() public méthode

public CreateTableIfNotExist ( string tableName, Action callback ) : void
tableName string
callback Action
Résultat void

DeleteTable() public méthode

public DeleteTable ( string tableName, Action callback ) : void
tableName string
callback Action
Résultat void

DeleteTableIfExist() public méthode

public DeleteTableIfExist ( string tableName, Action callback ) : void
tableName string
callback Action
Résultat void

DispatchCallback() protected méthode

protected DispatchCallback ( Action callback, CloudOperationResponse response ) : void
callback Action
response CloudOperationResponse
Résultat void

DoesTableExist() public méthode

public DoesTableExist ( string tableName, Action callback ) : void
tableName string
callback Action
Résultat void

GetDataServiceContext() public méthode

public GetDataServiceContext ( ) : TableServiceContext
Résultat TableServiceContext