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

Inheritance: DataServiceContext
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Méthodes publiques

Méthode Description
AddTable ( TableServiceSchema table ) : void
RemoveTable ( TableServiceSchema table ) : void
TableServiceContext ( Uri tablesBaseUri, IStorageCredentials credentials ) : System

Private Methods

Méthode Description
OnSendingRequest ( object sender, SendingRequestEventArgs e ) : void

Method Details

AddTable() public méthode

public AddTable ( TableServiceSchema table ) : void
table TableServiceSchema
Résultat void

RemoveTable() public méthode

public RemoveTable ( TableServiceSchema table ) : void
table TableServiceSchema
Résultat void

TableServiceContext() public méthode

public TableServiceContext ( Uri tablesBaseUri, IStorageCredentials credentials ) : System
tablesBaseUri System.Uri
credentials IStorageCredentials
Résultat System