Method | Description | |
---|---|---|
GetAppInformation ( Exception>.Action |
Retrieves marketplace information about the running application.
|
|
GetAppInformation ( string productId, Exception>.Action |
Retrieves marketplace information about the specified application.
|
|
GetAppInformation ( string productId, |
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, |
Retrieves marketplace information about the running application.
|
Method | Description | |
---|---|---|
CreateWebRequest ( string productId, |
||
WebRequestEndGetResponse ( IAsyncResult asyncResult ) : |
public GetAppInformation ( Exception>.Action |
||
resultAction | Exception>.Action | The |
return | void |
public GetAppInformation ( string productId, Exception>.Action |
||
productId | string | The application Product ID. |
resultAction | Exception>.Action | The |
return | void |
public GetAppInformation ( string productId, |
||
productId | string | The application Product ID. |
cultureInfo | The |
|
resultAction | Exception>.Action | The |
return | void |
public GetAppInformationAsync ( string productId ) : Task |
||
productId | string | The application Product ID. |
return | Task |
public GetAppInformationAsync ( string productId, |
||
productId | string | The application Product ID. |
cultureInfo | The |
|
return | Task |