Method TryGetOutput
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
TryGetOutput(string, out object?)
Reads a key from the running outputs (what earlier-fired rules have written).
public bool TryGetOutput(string key, out object? value)
Parameters
Returns
- bool
Whether the key is present.
Exceptions
- ArgumentNullException
keyis null.