Sandbox Logo

INodeAttribute.DefaultInputSignal

bool DefaultInputSignal { get; set; }

Description

If true, an input signal will be provided that will invoke the method marked with this attribute. Defaults to true, but ignored if the marked method is pure.

Return

User Comments