Method SetOutput
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
SetOutput(string, object?)
Writes a key into the running outputs and the firing rule's own snapshot.
public void SetOutput(string key, object? value)
Parameters
Exceptions
- ArgumentException
keyis null or empty.