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

상속: DataServiceContext
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets 1 사용 예제들

공개 메소드들

메소드 설명
AddTable ( TableServiceSchema table ) : void
RemoveTable ( TableServiceSchema table ) : void
TableServiceContext ( Uri tablesBaseUri, IStorageCredentials credentials ) : System

비공개 메소드들

메소드 설명
OnSendingRequest ( object sender, SendingRequestEventArgs e ) : void

메소드 상세

AddTable() 공개 메소드

public AddTable ( TableServiceSchema table ) : void
table TableServiceSchema
리턴 void

RemoveTable() 공개 메소드

public RemoveTable ( TableServiceSchema table ) : void
table TableServiceSchema
리턴 void

TableServiceContext() 공개 메소드

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