ICoordinatorTInput, TWorkDescription, TWorkerDescriptionAddInput Method Naiad Help

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

Take an input record, translate it to a set of work items, and add those items to an internal datastructure of outstanding work.

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#
void AddInput(
	TInput input
)

Parameters

input
Type: TInput
The input describing a new batch of work items
See Also

Reference