ICustomerAgreementCollection.CreateAsync(Agreement) 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 create a new agreement on behalf of the customer.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Agreements.Agreement> CreateAsync (Microsoft.Store.PartnerCenter.Models.Agreements.Agreement customerAgreement);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.Agreements.Agreement -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Agreements.Agreement>
Public Function CreateAsync (customerAgreement As Agreement) As Task(Of Agreement)
Parameters
- customerAgreement
- Agreement
Customer agreement details.
Returns
Newly created agreement.