IWorkerTWorkDescription, TWorkerDescription, TOutputDoWork Method Naiad Help

[This is preliminary documentation and is subject to change.]

Execute a work item, generating a sequence of output records

Namespace: Microsoft.Research.Naiad.Frameworks.WorkGenerator
Assembly: Microsoft.Research.Naiad.WorkGenerator (in Microsoft.Research.Naiad.WorkGenerator.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
IEnumerable<ArraySegment<TOutput>> DoWork(
	TWorkDescription workItem
)

Parameters

workItem
Type: TWorkDescription
The work item to be executed

Return Value

Type: IEnumerableArraySegmentTOutput
A sequence of array segments, each containing a sequence of records to be output
See Also

Reference