C# 클래스 Cimbalino.Phone.Toolkit.Services.MarketplaceInformationService

Represents an implementation of the IMarketplaceInformationService.
상속: IMarketplaceInformationService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
GetAppInformation ( Exception>.Action resultAction ) : void

Retrieves marketplace information about the running application.

GetAppInformation ( string productId, Exception>.Action resultAction ) : void

Retrieves marketplace information about the specified application.

GetAppInformation ( string productId, CultureInfo cultureInfo, Exception>.Action resultAction ) : void

Retrieves marketplace information about the specified application, using the specified CultureInfo for territory.

GetAppInformationAsync ( ) : Task

Retrieves marketplace information about the running application.

GetAppInformationAsync ( string productId ) : Task

Retrieves marketplace information about the running application.

GetAppInformationAsync ( string productId, CultureInfo cultureInfo ) : Task

Retrieves marketplace information about the running application.

비공개 메소드들

메소드 설명
CreateWebRequest ( string productId, CultureInfo cultureInfo ) : WebRequest
WebRequestEndGetResponse ( IAsyncResult asyncResult ) : MarketplaceAppNode

메소드 상세

GetAppInformation() 공개 메소드

Retrieves marketplace information about the running application.
public GetAppInformation ( Exception>.Action resultAction ) : void
resultAction Exception>.Action The to be called once the operation is finished.
리턴 void

GetAppInformation() 공개 메소드

Retrieves marketplace information about the specified application.
public GetAppInformation ( string productId, Exception>.Action resultAction ) : void
productId string The application Product ID.
resultAction Exception>.Action The to be called once the operation is finished.
리턴 void

GetAppInformation() 공개 메소드

Retrieves marketplace information about the specified application, using the specified CultureInfo for territory.
public GetAppInformation ( string productId, CultureInfo cultureInfo, Exception>.Action resultAction ) : void
productId string The application Product ID.
cultureInfo System.Globalization.CultureInfo The for territory.
resultAction Exception>.Action The to be called once the operation is finished.
리턴 void

GetAppInformationAsync() 공개 메소드

Retrieves marketplace information about the running application.
public GetAppInformationAsync ( ) : Task
리턴 Task

GetAppInformationAsync() 공개 메소드

Retrieves marketplace information about the running application.
public GetAppInformationAsync ( string productId ) : Task
productId string The application Product ID.
리턴 Task

GetAppInformationAsync() 공개 메소드

Retrieves marketplace information about the running application.
public GetAppInformationAsync ( string productId, CultureInfo cultureInfo ) : Task
productId string The application Product ID.
cultureInfo System.Globalization.CultureInfo The for territory.
리턴 Task