[This is preliminary documentation and is subject to change.]
Internal record describing a work item, sent from the Coordinator to a Worker. This is public only for the benefit
of the serialization code
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 struct WorkItem<TWorkDescription>
Type Parameters
- TWorkDescription
- Type describing an item of work to be done
The WorkItemTWorkDescription type exposes the following members.
Fields
Name | Description | |
---|---|---|
description |
If the record type is DoWork, this describes the work to be done
| |
destination |
Records are partitioned by this field, which identifies the worker that is being assigned the work
| |
type |
This indicates whether the record contains an actual work item, or is simply an initialization notification
|
See Also