Table of Contents

Method TryGetOutput

Namespace
RuleWright.Execution
Assembly
RuleWright.Execution.dll

TryGetOutput(string, out object?)

Reads a key from the running outputs (what earlier-fired rules have written).

public bool TryGetOutput(string key, out object? value)

Parameters

key string

The output key.

value object

The current value, or null when absent.

Returns

bool

Whether the key is present.

Exceptions

ArgumentNullException

key is null.