Class LastBehavior<TInstance>
- Namespace
- Automatonymous.Behaviors
- Assembly
- Automatonymous.dll
The last behavior either completes the last activity in the behavior or throws the exception if a compensation is in progress
public class LastBehavior<TInstance> : Behavior<TInstance>, Visitable, IProbeSite
Type Parameters
TInstance
- Inheritance
-
LastBehavior<TInstance>
- Implements
-
Behavior<TInstance>IProbeSite
- Inherited Members
Constructors
LastBehavior(Activity<TInstance>)
public LastBehavior(Activity<TInstance> activity)
Parameters
activity
Activity<TInstance>
Methods
Probe(ProbeContext)
public void Probe(ProbeContext context)
Parameters
context
ProbeContext