Share via


IOrderAttachmentCollection.GetAsync Method

Definition

Asynchronously retrieves all customer order attachments.

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

Returns

The customer order attchments.

Implements

Applies to