IRelationshipCollection.GetAsync(PartnerRelationshipType) 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 all the partner relationships.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationship>> GetAsync (Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationshipType partnerRelationshipType);
abstract member GetAsync : Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationshipType -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Relationships.PartnerRelationship>>
Public Function GetAsync (partnerRelationshipType As PartnerRelationshipType) As Task(Of ResourceCollection(Of PartnerRelationship))
Parameters
- partnerRelationshipType
- PartnerRelationshipType
The type of partner relationship.
Returns
The partner relationships.