Table of Contents

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

target string

The output key to remove.

Returns

RuleAction

Exceptions

ArgumentException

target is null or empty.