| BenchTasksDoCloneBenchEnvironment Method |
Creates a clone of a given Bench environment, including a specific selection of directories and files.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static ActionResult DoCloneBenchEnvironment(
IBenchManager man,
Action<TaskInfo> notify,
Cancelation cancelation,
string targetDirectory,
TransferPaths selection
)
Public Shared Function DoCloneBenchEnvironment (
man As IBenchManager,
notify As Action(Of TaskInfo),
cancelation As Cancelation,
targetDirectory As String,
selection As TransferPaths
) As ActionResult
Parameters
- man
- Type: Mastersign.BenchIBenchManager
The Bench manager. - notify
- Type: SystemActionTaskInfo
The notification handler. - cancelation
- Type: Mastersign.BenchCancelation
A cancelation token. - targetDirectory
- Type: SystemString
A directory to install the clone into. - selection
- Type: Mastersign.BenchTransferPaths
A selection of directories and files to copy.
Return Value
Type:
ActionResultSee Also