Method RemoveOutput
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
RemoveOutput(string)
Creates a removeOutput action that deletes target from the
running outputs. The action carries no value.
public static RuleAction RemoveOutput(string target)
Parameters
targetstringThe output key to remove.
Returns
Exceptions
- ArgumentException
targetis null or empty.