[This is preliminary documentation and is subject to change.]
Extension methods for the work generator
Inheritance Hierarchy
Microsoft.Research.Naiad.Frameworks.WorkGeneratorExtensionMethods
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 static class ExtensionMethods
The ExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
GenerateWorkTInput, TWorkDescription, TWorkerDescription, TOutput, TTime |
Add a work generator taking a stream of inputs and converting each input to a stream of outputs, by assigning inputs to workers
of a given type
|
See Also