Table of Contents

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

key string

The output key.

Exceptions

ArgumentNullException

key is null.