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

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

Given an input item, return a list of work items, each with a list of categories

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#
protected abstract IEnumerable<MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch> EnumerateWork(
	TInput input
)

Parameters

input
Type: TInput
input record to convert to work items

Return Value

Type: IEnumerableMatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch
list of work items
See Also

Reference