WithFilePath Method
WithFilePath(String)
Sets the path (without filename) to the options files to read when building the options.
Declaration
public HazelcastOptionsBuilder WithFilePath(string filePath)
Parameters
String | filePath | The file path. |
Returns
HazelcastOptionsBuilder | This options builder. |
Remarks
By default, when not provided, the options file is searched in the default .NET configuration location, which usually is where the application resides.