Table of Contents

Method SetOutput

Namespace
RuleWright.Execution
Assembly
RuleWright.Execution.dll

SetOutput(string, object?)

Writes a key into the running outputs and the firing rule's own snapshot.

public void SetOutput(string key, object? value)

Parameters

key string

The output key.

value object

The value to write.

Exceptions

ArgumentException

key is null or empty.