[This is preliminary documentation and is subject to change.]
Constructs a OneOffComputation 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 OneOffComputation FromConfig( Configuration conf )
Parameters
- conf
- Type: Microsoft.Research.NaiadConfiguration
The configuration.
Return Value
Type: OneOffComputationA new OneOffComputation based on the given arguments.
See Also