[This is preliminary documentation and is subject to change.]
Provides static constructors for creating a Controller.
Inheritance Hierarchy
Microsoft.Research.NaiadNewController
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 class NewController
The NewController type exposes the following members.
Methods
Name | Description | |
---|---|---|
FromArgs |
Constructs a Controller with a configuration extracted from the given command-line arguments.
| |
FromConfig |
Constructs a Controller with the given Configuration.
|
See Also