Skip to main content

PluginInvocationSource

  • Namespace: PPDS.Plugins
  • Assembly: PPDS.Plugins
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Specifies the invocation source for a plugin step.

Members

Fields

Child

PluginInvocationSource Child

Child pipeline (1). Plugin is invoked from a child execution context. Use to restrict execution to nested/child operations only.

Parent

PluginInvocationSource Parent

Parent pipeline (0). Plugin is invoked from the parent execution context. Use to restrict execution to the top-level pipeline only.