bool
DefaultOutputSignal
{
get;
set;
} Description
If true, an output signal will be provided that will fire when the method marked with
this attribute has finished executing. Defaults to true, but ignored if the marked method is pure.
Return
User Comments