CurrentAppSimulator.GetUnfulfilledConsumablesAsync Method

Definition

Returns a list of purchased consumable in-app products that have not been fulfilled locally.

public:
 static IAsyncOperation<IVectorView<UnfulfilledConsumable ^> ^> ^ GetUnfulfilledConsumablesAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<UnfulfilledConsumable>> GetUnfulfilledConsumablesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<UnfulfilledConsumable>> GetUnfulfilledConsumablesAsync();
function getUnfulfilledConsumablesAsync()
Public Shared Function GetUnfulfilledConsumablesAsync () As IAsyncOperation(Of IReadOnlyList(Of UnfulfilledConsumable))

Returns

When the operation completes, a list of unfulfilled consumable in-app products (UnfulfilledConsumable objects) is returned. Each item in this list provides the product ID, offer ID, and transaction ID associated with a product.

Attributes

Applies to

See also