Click or drag to resize

BenchTasksGetLatestVersionAsync Method

Downloads the version number of the latest Bench release asynchronously.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static void GetLatestVersionAsync(
	BenchConfiguration config,
	StringDownloadResultHandler resultHandler
)

Parameters

config
Type: Mastersign.BenchBenchConfiguration
The Bench configuration.
resultHandler
Type: Mastersign.BenchStringDownloadResultHandler
The handler for the download result.
See Also