MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatchworkStub FieldNaiad Help

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

A stub description of the work, to be passed to the worker when the work is assigned. Once the worker is assigned the stub is converted to a TWorkDescription using the derived ExpandWorkItem method; this allows for the case that the work item description is dependent on which worker is chosen to execute it

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 TWorkStub workStub

Field Value

Type: TWorkStub
See Also

Reference