| BenchTasksInitializeDownloader Method |
Creates a new instance of
Downloader properly configured,
according to the given Bench configuration.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static Downloader InitializeDownloader(
BenchConfiguration config
)
Public Shared Function InitializeDownloader (
config As BenchConfiguration
) As Downloader
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
Return Value
Type:
DownloaderThe created downloader instance.
See Also