IWorkerTWorkDescription, TWorkerDescription, TOutputDescribeWorker Method Naiad Help

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

Return a description of the worker that the coordinator will use when matching work items to workers. This is called once before any work item has been assigned, and once after each work item is performed.

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#
TWorkerDescription DescribeWorker()

Return Value

Type: TWorkerDescription
A description of the worker, used to match work items to workers
See Also

Reference