 | ChannelSettings Property |
Gets the settings for the channel's sending stage.
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic SettingsDictionary Settings { get; }
Public ReadOnly Property Settings As SettingsDictionary
Get
public:
property SettingsDictionary^ Settings {
SettingsDictionary^ get ();
}
member Settings : SettingsDictionary with get
Property Value
SettingsDictionary
A
SettingsDictionary containing the settings.
Remarks
Channel settings are applied to the stage that writes to this channel (the sending stage). In the case of a two-step operation, this can
either be the operation's original input stage (if no additional step is created), or the additionally created first step.
If no actual channel is created (empty task replacement was used), these settings are not applied at all.
See Also