Click or drag to resize

ChannelReceiver Property

Gets the operation that is reading records from this channel.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IJobBuilderOperation Receiver { get; }

Property Value

Type: IJobBuilderOperation
The receiving operation.
See Also