WithFileName Method
WithFileName(string)
Sets the name (without path, with extension) of the options file to read when building the options.
Declaration
public TBuilder WithFileName(string fileName)
Parameters
| string | fileName | The name of the file.  | 
    
Returns
| TBuilder | This options builder.  | 
    
Remarks
By default, when not provided, the name is "hazelcast".