ICustomerUsageSummary.GetAsync Method

Definition

Asynchronously retrieves the customer usage summary.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Usage.CustomerUsageSummary> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Usage.CustomerUsageSummary>
Public Function GetAsync () As Task(Of CustomerUsageSummary)

Returns

The customer usage summary.

Implements

Applies to