|  | 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
Syntaxpublic static void GetLatestVersionAsync(
	BenchConfiguration config,
	StringDownloadResultHandler resultHandler
)
Public Shared Sub GetLatestVersionAsync ( 
	config As BenchConfiguration,
	resultHandler As StringDownloadResultHandler
)
Parameters
- config
- Type: Mastersign.BenchBenchConfiguration
 The Bench configuration.
- resultHandler
- Type: Mastersign.BenchStringDownloadResultHandler
 The handler for the download result.
 See Also
See Also