Table of Contents

Method LinkToInvalid

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

LinkToInvalid(SlotRef)

Marks a slot as intentionally resolving to no valid upstream data.

public void LinkToInvalid(SlotRef slotRef)

Parameters

slotRef SlotRef

The slot that should resolve to Pinwheel.Vista.Graph.SlotRef.invalid.

Remarks

This is mainly used when bypass logic needs to preserve the notion of a disconnected path.