IServiceCostSummary.GetAsync Method

Definition

Asynchronously retrieves the service cost summary.

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

Returns

The customer's service cost summary.

Implements

Applies to