Class BreakPointOrigin<T>
- Namespace
- Fluxzy.Core.Breakpoints
- Assembly
- Fluxzy.Core.dll
public class BreakPointOrigin<T> : IBreakPoint where T : class, IBreakPointAlterationModel, new()
Type Parameters
T
- Inheritance
-
BreakPointOrigin<T>
- Implements
- Inherited Members
Constructors
BreakPointOrigin(Exchange, BreakPointLocation, Action<IBreakPointAlterationModel, BreakPointLocation, bool>)
public BreakPointOrigin(Exchange exchange, BreakPointLocation location, Action<IBreakPointAlterationModel, BreakPointLocation, bool> updateReceiver)
Parameters
exchange
Exchangelocation
BreakPointLocationupdateReceiver
Action<IBreakPointAlterationModel, BreakPointLocation, bool>
Properties
Location
public BreakPointLocation Location { get; }
Property Value
Running
null, not run, true, running, false, finished
public bool? Running { get; }
Property Value
- bool?
Methods
Continue()
public void Continue()
SetValue(T?)
public void SetValue(T? value)
Parameters
value
T
WaitForEdit()
public Task WaitForEdit()