Sdílet prostřednictvím


IAgreementDocument.GetAsync Method

Definition

Asynchronously retrieves the agreement document.

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

Returns

The agreement document.

Applies to