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

Inheritance: DataServiceContext
显示文件 Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnSendingRequest ( object sender, SendingRequestEventArgs e ) : void

Method Details

AddTable() public method

public AddTable ( TableServiceSchema table ) : void
table TableServiceSchema
return void

RemoveTable() public method

public RemoveTable ( TableServiceSchema table ) : void
table TableServiceSchema
return void

TableServiceContext() public method

public TableServiceContext ( Uri tablesBaseUri, IStorageCredentials credentials ) : System
tablesBaseUri System.Uri
credentials IStorageCredentials
return System