| GenerateTextGenerate Method |
Generates the text.
Namespace:
Ookii.Jumbo.Jet.Samples
Assembly:
Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax public static void Generate(
RecordWriter<Utf8String> output,
ProgressContext context
)
Public Shared Sub Generate (
output As RecordWriter(Of Utf8String),
context As ProgressContext
)
public:
static void Generate(
RecordWriter<Utf8String^>^ output,
ProgressContext^ context
)
static member Generate :
output : RecordWriter<Utf8String> *
context : ProgressContext -> unit
Parameters
- output
- Type: Ookii.Jumbo.IORecordWriterUtf8String
The output. - context
- Type: Ookii.Jumbo.Jet.TasksProgressContext
The context.
See Also