[This is preliminary documentation and is subject to change.]
Builds a Naiad configuration from the given command-line arguments, interpreting them according to
the output of Configuration.Usage().
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 Configuration BuildFromArguments( string[] args, out string[] strippedArgs )
Parameters
- args
- Type: SystemString
The command-line arguments. - strippedArgs
- Type: SystemString
The command-line arguments with Naiad-specific arguments removed.
Return Value
Type: ConfigurationA new Configuration based on the given arguments.
See Also