IDeviceCollection.GetAsync Method

Definition

Asynchronously retrieves all devices.

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

Returns

The devices.

Implements

Applies to