StoreConsumableResult Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 final
[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
- Attributes
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v1.0)
|
The ReportConsumableFulfillmentAsync and GetConsumableBalanceRemainingAsync methods of the StoreContext class return an object of this type.
Balance |
Gets the remaining balance for the consumable add-on. |
Extended |
Gets the error code for the request, if the operation encountered an error. |
Status |
Gets the status of the request. |
Tracking |
Gets the tracking ID that was submitted with the ReportConsumableFulfillmentAsync request. |
Product | Versions |
---|---|
WinRT | Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |