ICustomerAgreementCollection.GetDirectSignedCustomerAgreementStatusAsync 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 status of the direct acceptance of the Microsoft Customer Agreement by the customer.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Agreements.DirectSignedCustomerAgreementStatus> GetDirectSignedCustomerAgreementStatusAsync ();
abstract member GetDirectSignedCustomerAgreementStatusAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Agreements.DirectSignedCustomerAgreementStatus>
Public Function GetDirectSignedCustomerAgreementStatusAsync () As Task(Of DirectSignedCustomerAgreementStatus)
Returns
The list of customer's agreements.