ICustomerRelationshipRequest Interface
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.
Holds operations that apply to customer relationship requests.
public interface ICustomerRelationshipRequest : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.RelationshipRequests.CustomerRelationshipRequest>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICustomerRelationshipRequest = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityGetOperations<CustomerRelationshipRequest>
Public Interface ICustomerRelationshipRequest
Implements IEntityGetOperations(Of CustomerRelationshipRequest), IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
Get() |
Retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner. |
GetAsync() |
Asynchronously retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner. |