Class Instrument
Operation to inject callbacks before and after an operation is performed.
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public sealed class Instrument : OperationBase
Properties
OnEnter
Callback to invoke prior to evaluating the operation.
Declaration
public Action OnEnter { get; }
Property Value
Type | Description |
---|---|
System.Action |
OnExit
Callback to invoke after evaluating the operation.
Declaration
public Action OnExit { get; }
Property Value
Type | Description |
---|---|
System.Action |