[This is preliminary documentation and is subject to change.]
Constructs a Controller with the given Configuration.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static Controller FromConfig( Configuration conf )
Parameters
- conf
- Type: Microsoft.Research.NaiadConfiguration
The configuration
Return Value
Type: ControllerA new Controller with the given Configuration.
See Also