ICustomer.GetAsync Method

Definition

Asynchronously retrieves the customer information.

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

Returns

The customer information.

Implements

Applies to