| 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; }
Public ReadOnly Property Receiver As IJobBuilderOperation
Get
public:
property IJobBuilderOperation^ Receiver {
IJobBuilderOperation^ get ();
}
member Receiver : IJobBuilderOperation with get
Property Value
Type:
IJobBuilderOperation
The receiving operation.
See Also