IBatchJobStatus.GetAsync Method

Definition

Retrieves a specific customer devices batch upload status details asynchronously.

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

Returns

The devices batch upload status details.

Implements

Applies to