NewComputation ClassNaiad Help

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

Provides static constructors for creating a OneOffComputation.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.NaiadNewComputation

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 NewComputation

The NewComputation type exposes the following members.

Methods

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

Reference