This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
Summary
Sets the number of threads.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Builder - Containing Type
- Benchmark
Command Builder
Syntax
public BenchmarkCommandBuilder WithNumberOfThreads(int numberOfThreads)
Parameters
Name | Type | Description |
---|---|---|
numberOfThreads | int | The number of threads. |
Return Value
Type | Description |
---|---|
Benchmark |
The builder-instance for fluent re-use. |