ICustomerUserCollection.GetAsync Method

Definition

Asynchronously retrieves all the customer users.

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

Returns

All the customer users.

Implements

Applies to