IServiceRequest.GetAsync Method

Definition

Asynchronously retrieves the service request.

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

Returns

The service request information.

Implements

Applies to