IAgreementSignatureStatus.GetAsync(String, String) 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 agreement signature status by MPN Id or Tenant Id.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Compliance.AgreementSignatureStatus> GetAsync (string mpnId = default, string tenantId = default);
abstract member GetAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Compliance.AgreementSignatureStatus>
Public Function GetAsync (Optional mpnId As String = Nothing, Optional tenantId As String = Nothing) As Task(Of AgreementSignatureStatus)
Parameters
- mpnId
- String
The MPN Id.
- tenantId
- String
The Tenant Id.
Returns
The Agreement signature status