IValidationStatus.GetValidationStatusAsync(ValidationType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously retrieves the customer's validation status.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ValidationStatus.ValidationStatus> GetValidationStatusAsync (Microsoft.Store.PartnerCenter.Models.ValidationStatus.Enums.ValidationType type);
abstract member GetValidationStatusAsync : Microsoft.Store.PartnerCenter.Models.ValidationStatus.Enums.ValidationType -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ValidationStatus.ValidationStatus>
Public Function GetValidationStatusAsync (type As ValidationType) As Task(Of ValidationStatus)
Parameters
- type
- ValidationType
The ValidationType to retrive a status for.
Returns
the customer's ValidationStatus.