Interface ISource
Bindable interface with one output channel.
public interface ISource
Fields
OUTPUT
Default name of the output channel
public const string OUTPUT = "output"
Field Value
Properties
Output
Gets the output channel
[Output("output")]
IMessageChannel Output { get; }