Method RemoveOutput
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
RemoveOutput(string)
Removes a key from the running outputs and the firing rule's own snapshot.
public void RemoveOutput(string key)
Parameters
keystringThe output key.
Exceptions
- ArgumentNullException
keyis null.