次の方法で共有


IServiceIncidentCollection.GetAsync Method

Definition

Asynchronously retrieves all service incidents.

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

Returns

The service incidents.

Implements

Applies to