Click or drag to resize

IOutputChannel.CreateRecordWriter<T> Method

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
RecordWriter<T> CreateRecordWriter<T>()

Type Parameters

T
The type of the records.

Return Value

Type: RecordWriter<T>
A RecordWriter<T> for the channel.
See Also