AddHazelcastCommandLine Method
AddHazelcastCommandLine(IConfigurationBuilder, String[], IDictionary<String, String>)
Adds an IConfigurationProvider that reads Hazelcast configuration values from the command line.
Declaration
public static IConfigurationBuilder AddHazelcastCommandLine(this IConfigurationBuilder configurationBuilder, string[] args, IDictionary<string, string> switchMappings = null)
Parameters
IConfigurationBuilder | configurationBuilder | The IConfigurationBuilder to add to. |
String[] | args | The command line args. |
IDictionary<String, String> | switchMappings | Command line switch mappings. |
Returns
IConfigurationBuilder |
Remarks
Adds support for hazelcast.x.y
arguments that do not respect the standard hazelcast:x:y
pattern.
Does not add default support for command line arguments.