IAggregatePartner.With(IRequestContext) 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.
Returns a partner operations object which uses the provided context when executing operations.
public Microsoft.Store.PartnerCenter.IPartner With (Microsoft.Store.PartnerCenter.RequestContext.IRequestContext context);
abstract member With : Microsoft.Store.PartnerCenter.RequestContext.IRequestContext -> Microsoft.Store.PartnerCenter.IPartner
Public Function With (context As IRequestContext) As IPartner
Parameters
- context
- IRequestContext
An operation context object.
Returns
A partner operations object which uses the provided operation context.