Table of Contents

Class BreakPointAction

Namespace
Fluxzy.Rules.Actions
Assembly
Fluxzy.Core.dll
public class BreakPointAction : Action
Inheritance
BreakPointAction
Inherited Members

Properties

ActionScope

public override FilterScope ActionScope { get; }

Property Value

FilterScope

DefaultDescription

public override string DefaultDescription { get; }

Property Value

string

ExchangeContext

[JsonIgnore]
public ExchangeContext? ExchangeContext { get; }

Property Value

ExchangeContext

Methods

InternalAlter(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)

public override ValueTask InternalAlter(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope scope, BreakPointManager breakPointManager)

Parameters

context ExchangeContext
exchange Exchange
connection Connection
scope FilterScope
breakPointManager BreakPointManager

Returns

ValueTask