StoreConsumableResult Class
Definition
Provides response data for a request that involves a consumable add-on for the current app.
public ref class StoreConsumableResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreConsumableResult sealed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreConsumableResult
Public NotInheritable Class StoreConsumableResult
- Inheritance
-
StoreConsumableResult
- Attributes
Windows 10 requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v1.0)
|
Remarks
The ReportConsumableFulfillmentAsync and GetConsumableBalanceRemainingAsync methods of the StoreContext class return an object of this type.
Properties
BalanceRemaining |
Gets the remaining balance for the consumable add-on. |
ExtendedError |
Gets the error code for the request, if the operation encountered an error. |
Status |
Gets the status of the request. |
TrackingId |
Gets the tracking ID that was submitted with the ReportConsumableFulfillmentAsync request. |