IPartnerComponent<TContext> Interface

Definition

Represents a partner SDK component.

public interface IPartnerComponent<TContext>
type IPartnerComponent<'Context> = interface
Public Interface IPartnerComponent(Of TContext)

Type Parameters

TContext

The type of the component's context object.

Derived

Properties

Context

Gets the component context object.

Partner

Gets a reference to the partner operations instance that generated this component.

Applies to