NewController ClassNaiad Help

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

Provides static constructors for creating a Controller.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodStatic memberCode exampleFromArgs
Constructs a Controller with a configuration extracted from the given command-line arguments.
Public methodStatic memberFromConfig
Constructs a Controller with the given Configuration.
Top
See Also

Reference