| BenchConfigurationReload Method |
Reloads the set of configuration files, specified during construction.
Call this method to create an updated instance of
BenchConfiguration
after one of the configuration files was changed.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public BenchConfiguration Reload()
Public Function Reload As BenchConfiguration
Return Value
Type:
BenchConfigurationA new instance of
BenchConfiguration,
which has loaded the same set of configuration files as this instance.
See Also