IAggregatePartner.With(IRequestContext) Method

Definition

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.

Applies to