Click or drag to resize

BenchConfigurationCopyBenchInitializationPropertiesFrom Method

Copy a couple of temporary properties, needed during the initialization of a Bench environment, from a source configuration to this configuration.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void CopyBenchInitializationPropertiesFrom(
	BenchConfiguration sourceCfg
)

Parameters

sourceCfg
Type: Mastersign.BenchBenchConfiguration
The source configuration to copy from.
See Also