MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionAddInput Method Naiad Help

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

Implements ICoordinator.AddInput. Takes an input record and calls the user-supplied function provided in the constructor, to translate the input into a set of work items, each of which is annotated with a list of zero or more categories. As workers become ready, their work will be assigned from these items.

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

Parameters

input
Type: TInput
Record describing an input that will be converted to a set of work items

Implements

ICoordinatorTInput, TWorkDescription, TWorkerDescriptionAddInput(TInput)
See Also

Reference